From 86650353817f05f93043744d7f2b54a6325a32d1 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 24 Nov 2013 19:01:24 +0100 Subject: [PATCH] Added Cocoa Beans crafting --- src/API/BlockAPI.php | 1 + src/recipes/CraftingRecipes.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/API/BlockAPI.php b/src/API/BlockAPI.php index d6a1e6123..3cca463e6 100644 --- a/src/API/BlockAPI.php +++ b/src/API/BlockAPI.php @@ -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), diff --git a/src/recipes/CraftingRecipes.php b/src/recipes/CraftingRecipes.php index 70a531a93..ebcbbd820 100644 --- a/src/recipes/CraftingRecipes.php +++ b/src/recipes/CraftingRecipes.php @@ -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",