diff --git a/src/recipes/CraftingRecipes.php b/src/recipes/CraftingRecipes.php index 6300b3efe..33c8fd14a 100644 --- a/src/recipes/CraftingRecipes.php +++ b/src/recipes/CraftingRecipes.php @@ -176,7 +176,7 @@ class CraftingRecipes{ "SANDSTONE:0x4=>SANDSTONE:2x1", "SLAB:1x2=>SANDSTONE:1x1", "STONE_BRICK:?x6=>STONE_BRICK_STAIRS:0x4", - "STONE:?x4=>STONE_BRICK:0x1", + "STONE:?x4=>STONE_BRICK:0x4", "COBBLESTONE:?x6=>COBBLESTONE_STAIRS:0x4", "COBBLESTONE:?x3=>SLAB:3x6", "STONE:?x3=>SLAB:0x6", @@ -286,4 +286,4 @@ class CraftingRecipes{ return $continue; } -} \ No newline at end of file +}