mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 07:39:57 +00:00
Added Cocoa Beans crafting
This commit is contained in:
parent
e0021b8927
commit
8665035381
@ -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),
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user