Added Cakes

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-16 20:00:41 +02:00
parent bbbdaa30d1
commit d8bf5ce711
6 changed files with 73 additions and 1 deletions

View File

@ -129,6 +129,8 @@ define("NETHERRACK", 87);
define("SOUL_SAND", 88);
define("GLOWSTONE_BLOCK", 89);
define("CAKE_BLOCK", 92);
define("TRAPDOOR", 96);
define("STONE_BRICKS", 98);

View File

@ -123,7 +123,7 @@ define("COOKED_FISH", 350);
define("DYE", 351);
define("BONE", 352);
define("SUGAR", 353);
define("CAKE", 354);
define("BED", 355);