added enchanted golden apple

This commit is contained in:
mung3r 2014-06-18 23:13:56 -07:00
parent f01cc6b891
commit 578765183c

View File

@ -248,6 +248,7 @@ public class Items {
items.add(new ItemInfo("Cooked Porkchop", new String[][]{{"pork", "cook"}, {"baco"}}, Material.GRILLED_PORK));
items.add(new ItemInfo("Paintings", new String[][]{{"paint"}}, Material.PAINTING));
items.add(new ItemInfo("Golden Apple", new String[][]{{"appl", "go"}}, Material.GOLDEN_APPLE));
items.add(new ItemInfo("Enchanted Golden Apple", new String[][]{{"appl", "go", "ench"}}, Material.GOLDEN_APPLE, (short) 1));
items.add(new ItemInfo("Sign", new String[][]{{"sign"}}, Material.SIGN));
items.add(new ItemInfo("Wooden Door", new String[][]{{"door", "wood"}, {"door"}}, Material.WOOD_DOOR));
items.add(new ItemInfo("Bucket", new String[][]{{"buck"}, {"bukk"}}, Material.BUCKET));