Obsoleted E_BLOCK_COCA_PLANT in favor of E_BLOCK_COCOA_POD.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1162 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
0b37949f2a
commit
6c97763b2f
@ -143,7 +143,8 @@ enum ENUM_BLOCK_ID
|
||||
E_BLOCK_REDSTONE_LAMP_ON = 124,
|
||||
E_BLOCK_DOUBLE_WOODEN_SLAB = 125,
|
||||
E_BLOCK_WOODEN_SLAB = 126,
|
||||
E_BLOCK_COCA_PLANT = 127,
|
||||
E_BLOCK_COCOA_POD = 127,
|
||||
E_BLOCK_COCA_PLANT = E_BLOCK_COCOA_POD, // OBSOLETE!
|
||||
E_BLOCK_SANDSTONE_STAIRS = 128,
|
||||
E_BLOCK_EMERALD_ORE = 129,
|
||||
E_BLOCK_ENDER_CHEST = 130,
|
||||
|
Loading…
Reference in New Issue
Block a user