Added Cocoa Beans crafting

This commit is contained in:
Shoghi Cervantes 2013-11-24 19:01:24 +01:00
parent e0021b8927
commit 8665035381
2 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,7 @@ class BlockAPI{
array(FLINT_AND_STEEL, 0),
array(CLOCK, 0),
array(COMPASS, 0),
//array(MINECART, 0),
array(SPAWN_EGG, MOB_CHICKEN),
array(SPAWN_EGG, MOB_COW),
array(SPAWN_EGG, MOB_PIG),

View File

@ -72,6 +72,8 @@ class CraftingRecipes{
"LAPIS_BLOCK:?x1=>DYE:4x9",
"DANDELION:?x1=>DYE:11x2",
"BONE:?x1=>DYE:15x3",
"DYE:0x1,DYE:14x1=>DYE:3x2",
"DYE:0x1,DYE:1x1,DYE:11x1=>DYE:3x3",
"DYE:1x1,DYE:15x1=>DYE:9x2",
"DYE:1x1,DYE:11x1=>DYE:14x2",
"DYE:2x1,DYE:15x1=>DYE:10x2",