Fixed previous commit
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1216 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
666a718db1
commit
246ab5d971
@ -467,7 +467,7 @@ enum ENUM_ITEM_ID
|
|||||||
E_ITEM_FIREWORK_STAR = 402,
|
E_ITEM_FIREWORK_STAR = 402,
|
||||||
E_ITEM_ENCHANTED_BOOK = 403,
|
E_ITEM_ENCHANTED_BOOK = 403,
|
||||||
E_ITEM_COMPARATOR = 404,
|
E_ITEM_COMPARATOR = 404,
|
||||||
E_ITEM_NETHER_BRICK = 405,
|
// E_ITEM_NETHER_BRICK = 405, // TODO: E_ITEM_NETHER_BRICK is already used for the nether brick block (as an item, #112). What name to use?
|
||||||
E_ITEM_NETHER_QUARTZ = 406,
|
E_ITEM_NETHER_QUARTZ = 406,
|
||||||
|
|
||||||
// Keep these two as the last values of the consecutive list, without a number - they will get their correct number assigned automagically by C++
|
// Keep these two as the last values of the consecutive list, without a number - they will get their correct number assigned automagically by C++
|
||||||
|
Loading…
Reference in New Issue
Block a user