item changes for 1.4

This commit is contained in:
Sleaker 2012-11-19 20:51:56 -08:00
parent 86bd5746fd
commit 7f58092b56
1 changed files with 0 additions and 1 deletions

View File

@ -463,7 +463,6 @@ public class Items {
items.add(new ItemInfo("Potion of Night Vision", new String[][] {{"pot", "nigh", "visi"}, {"pot", "visio"}}, Material.POTION, (short) 8198));
items.add(new ItemInfo("Potion of Night Vision (Extended)", new String[][] {{"pot", "nigh", "visi", "ext"}, {"pot", "visio", "ext"}}, Material.POTION, (short) 8262));
items.add(new ItemInfo("Nether Star", new String[][]{{"star", "neth"}}, Material.NETHER_STAR));
}
public static ItemInfo itemById(int typeId) {