diff --git a/src/item/ItemFactory.php b/src/item/ItemFactory.php index 0e1a710ce..95622b4e9 100644 --- a/src/item/ItemFactory.php +++ b/src/item/ItemFactory.php @@ -252,6 +252,7 @@ class ItemFactory{ $this->register(new Steak(new ItemIdentifier(ItemIds::STEAK, 0), "Steak")); $this->register(new Stick(new ItemIdentifier(ItemIds::STICK, 0), "Stick")); $this->register(new StringItem(new ItemIdentifier(ItemIds::STRING, 0), "String")); + $this->register(new SweetBerries(new ItemIdentifier(ItemIds::SWEET_BERRIES, 0), "Sweet Berries")); $this->register(new Totem(new ItemIdentifier(ItemIds::TOTEM, 0), "Totem of Undying")); $this->register(new WheatSeeds(new ItemIdentifier(ItemIds::WHEAT_SEEDS, 0), "Wheat Seeds")); $this->register(new WritableBook(new ItemIdentifier(ItemIds::WRITABLE_BOOK, 0), "Book & Quill")); @@ -327,7 +328,6 @@ class ItemFactory{ //TODO: minecraft:shield //TODO: minecraft:sparkler //TODO: minecraft:spawn_egg - $this->register(new SweetBerries(new ItemIdentifier(ItemIds::SWEET_BERRIES, 0), "Sweet Berries")); //TODO: minecraft:tnt_minecart //TODO: minecraft:trident //TODO: minecraft:turtle_helmet