From 246ab5d971510672ce0eaa5b2427aaca04522247 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 15 Feb 2013 22:03:10 +0000 Subject: [PATCH] Fixed previous commit git-svn-id: http://mc-server.googlecode.com/svn/trunk@1216 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/BlockID.h b/source/BlockID.h index 79487b0a8..4cdad6e03 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -467,7 +467,7 @@ enum ENUM_ITEM_ID E_ITEM_FIREWORK_STAR = 402, E_ITEM_ENCHANTED_BOOK = 403, 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, // Keep these two as the last values of the consecutive list, without a number - they will get their correct number assigned automagically by C++