Stone brick recipe derp

This commit is contained in:
Intyre 2013-08-22 02:02:25 +02:00
parent 8b5bd8f206
commit f5492aac91

View File

@ -176,7 +176,7 @@ class CraftingRecipes{
"SANDSTONE:0x4=>SANDSTONE:2x1", "SANDSTONE:0x4=>SANDSTONE:2x1",
"SLAB:1x2=>SANDSTONE:1x1", "SLAB:1x2=>SANDSTONE:1x1",
"STONE_BRICK:?x6=>STONE_BRICK_STAIRS:0x4", "STONE_BRICK:?x6=>STONE_BRICK_STAIRS:0x4",
"STONE:?x4=>STONE_BRICK:0x1", "STONE:?x4=>STONE_BRICK:0x4",
"COBBLESTONE:?x6=>COBBLESTONE_STAIRS:0x4", "COBBLESTONE:?x6=>COBBLESTONE_STAIRS:0x4",
"COBBLESTONE:?x3=>SLAB:3x6", "COBBLESTONE:?x3=>SLAB:3x6",
"STONE:?x3=>SLAB:0x6", "STONE:?x3=>SLAB:0x6",
@ -286,4 +286,4 @@ class CraftingRecipes{
return $continue; return $continue;
} }
} }