mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 19:55:33 +00:00
Added beetroot IDs
TODO: Beetroot Soup ID
This commit is contained in:
parent
fc7c14ae16
commit
9cf91ca3fa
@ -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);
|
||||
|
@ -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);
|
@ -26,7 +26,6 @@ class Item{
|
||||
PUMPKIN_SEEDS => "PumpkinSeedsItem",
|
||||
MELON_SEEDS => "MelonSeedsItem",
|
||||
CARROT => "CarrotItem",
|
||||
BEETROOT_SOUP => "BeetrootSoupItem",
|
||||
POTATO => "PotatoItem",
|
||||
SIGN => "SignItem",
|
||||
WOODEN_DOOR => "WoodenDoorItem",
|
||||
|
Loading…
x
Reference in New Issue
Block a user