From 9cf91ca3fa02f7c8b91b9132e45c322e0d20f96d Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Mon, 25 Nov 2013 09:34:57 +0100 Subject: [PATCH] Added beetroot IDs TODO: Beetroot Soup ID --- src/constants/BlockIDs.php | 1 + src/constants/ItemIDs.php | 2 +- src/material/Item.php | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/BlockIDs.php b/src/constants/BlockIDs.php index 3eae94fbb..d2f572d6d 100644 --- a/src/constants/BlockIDs.php +++ b/src/constants/BlockIDs.php @@ -187,6 +187,7 @@ define("CARPET", 171); define("COAL_BLOCK", 173); +define("BEETROOT_BLOCK", 244); define("STONECUTTER", 245); define("GLOWING_OBSIDIAN", 246); define("NETHER_REACTOR", 247); diff --git a/src/constants/ItemIDs.php b/src/constants/ItemIDs.php index 7867723a4..a00dbd1c2 100644 --- a/src/constants/ItemIDs.php +++ b/src/constants/ItemIDs.php @@ -25,7 +25,6 @@ define("IRON_AXE", 258);//Implemented define("FLINT_STEEL", 259); define("FLINT_AND_STEEL", 259); define("APPLE", 260);//Implemented -define("BEETROOT_SOUP", 260);//TODO: Change Item ID define("BOW", 261); define("ARROW", 262); define("COAL", 263);//Implemented @@ -159,3 +158,4 @@ define("QUARTZ", 406); define("NETHER_QUARTZ", 406); define("CAMERA", 456); +define("BEETROOT", 457); \ No newline at end of file diff --git a/src/material/Item.php b/src/material/Item.php index 208193f74..4c4d5f79b 100644 --- a/src/material/Item.php +++ b/src/material/Item.php @@ -26,7 +26,6 @@ class Item{ PUMPKIN_SEEDS => "PumpkinSeedsItem", MELON_SEEDS => "MelonSeedsItem", CARROT => "CarrotItem", - BEETROOT_SOUP => "BeetrootSoupItem", POTATO => "PotatoItem", SIGN => "SignItem", WOODEN_DOOR => "WoodenDoorItem",