From 02a8a3e881884054a6375b18aec4e2a71c3ac29f Mon Sep 17 00:00:00 2001 From: Intyre Date: Sun, 25 Aug 2013 20:18:24 +0200 Subject: [PATCH] Quartz slab recipe added --- src/recipes/CraftingRecipes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/recipes/CraftingRecipes.php b/src/recipes/CraftingRecipes.php index 33c8fd14a..54d4f7e48 100644 --- a/src/recipes/CraftingRecipes.php +++ b/src/recipes/CraftingRecipes.php @@ -172,6 +172,7 @@ class CraftingRecipes{ "BRICK:?x4=>BRICKS_BLOCK:0x1", "NETHER_BRICK:?x4=>NETHER_BRICKS:0x1", "NETHER_BRICKS:?x6=>NETHER_BRICK_STAIRS:0x4", + "QUARTZ_BLOCK:?x3=>SLAB:6x6", "SAND:?x4=>SANDSTONE:0x1", "SANDSTONE:0x4=>SANDSTONE:2x1", "SLAB:1x2=>SANDSTONE:1x1",