Fixed redstone IDs

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-02 21:14:49 +01:00
parent c95f671271
commit 861a017fa0

View File

@ -110,9 +110,10 @@ define("COBBLESTONE_STAIRS", 67);
define("WALL_SIGN", 68);
define("IRON_DOOR", 71);
define("REDSTONE_ORE", 72);
define("GLOWING_REDSTONE_ORE", 73);
define("LIT_REDSTONE_ORE", 73);
define("REDSTONE_ORE", 73);
define("GLOWING_REDSTONE_ORE", 74);
define("LIT_REDSTONE_ORE", 74);
define("SNOW", 78);
define("SNOW_LAYER", 78);