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",