Fixed #997 carrots converting to potatoes [gh#997]

This commit is contained in:
Shoghi Cervantes 2013-12-17 10:32:03 +01:00
parent 1eab1e382a
commit d4057a2113

View File

@ -169,7 +169,7 @@ define("STONE_WALL", 139);
define("COBBLESTONE_WALL", 139);
define("CARROT_BLOCK", 141);
define("POTATO_BLOCK", 141);
define("POTATO_BLOCK", 142);
define("QUARTZ_BLOCK", 155);
define("QUARTZ_STAIRS", 156);