Added REDSTONE constant

This commit is contained in:
Shoghi Cervantes 2013-11-27 23:19:48 +01:00
parent f3f61e7a4a
commit a4e38689db

View File

@ -100,6 +100,7 @@ define("BUCKET", 325);
define("IRON_DOOR", 330); define("IRON_DOOR", 330);
define("REDSTONE", 331);
define("REDSTONE_DUST", 331); define("REDSTONE_DUST", 331);
define("SNOWBALL", 332); define("SNOWBALL", 332);