compatibility update
This commit is contained in:
parent
ffe4de51c7
commit
f99835c095
@ -40,8 +40,10 @@ enum ENUM_BLOCK_ID
|
||||
E_BLOCK_PISTON_EXTENSION = 34,
|
||||
E_BLOCK_WOOL = 35,
|
||||
E_BLOCK_PISTON_MOVED_BLOCK = 36,
|
||||
E_BLOCK_DANDELION = 37,
|
||||
E_BLOCK_DANDELION = 37, // Minecraft 1.7.x IDs
|
||||
E_BLOCK_FLOWER = 38,
|
||||
E_BLOCK_YELLOW_FLOWER = 37,
|
||||
E_BLOCK_RED_ROSE = 38, // Older IDs
|
||||
E_BLOCK_BROWN_MUSHROOM = 39,
|
||||
E_BLOCK_RED_MUSHROOM = 40,
|
||||
E_BLOCK_GOLD_BLOCK = 41,
|
||||
|
Loading…
Reference in New Issue
Block a user