mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
Stonecutter recipes fix
This commit is contained in:
parent
dc940ffcb6
commit
241a66f5d8
@ -164,20 +164,23 @@ class CraftingRecipes{
|
|||||||
"QUARTZ:?x4=>QUARTZ_BLOCK:0x1",
|
"QUARTZ:?x4=>QUARTZ_BLOCK:0x1",
|
||||||
"BRICKS_BLOCK:?x6=>BRICK_STAIRS:0x4",
|
"BRICKS_BLOCK:?x6=>BRICK_STAIRS:0x4",
|
||||||
"BRICK:?x4=>BRICKS_BLOCK:0x1",
|
"BRICK:?x4=>BRICKS_BLOCK:0x1",
|
||||||
|
"BRICKS_BLOCK:?x3=>SLAB:4x6",
|
||||||
|
"SLAB:6x2=>QUARTZ_BLOCK:1x1",
|
||||||
|
"COBBLESTONE:?x3=>SLAB:3x6",
|
||||||
"NETHER_BRICK:?x4=>NETHER_BRICKS:0x1",
|
"NETHER_BRICK:?x4=>NETHER_BRICKS:0x1",
|
||||||
"NETHER_BRICKS:?x6=>NETHER_BRICK_STAIRS:0x4",
|
"NETHER_BRICKS:?x6=>NETHER_BRICKS_STAIRS:0x4",
|
||||||
|
"QUARTZ_BLOCK:0x2=>QUARTZ_BLOCK:2x2",
|
||||||
"QUARTZ_BLOCK:?x3=>SLAB:6x6",
|
"QUARTZ_BLOCK:?x3=>SLAB:6x6",
|
||||||
|
"SANDSTONE:0x6=>SANDSTONE_STAIRS:0x4",
|
||||||
"SAND:?x4=>SANDSTONE:0x1",
|
"SAND:?x4=>SANDSTONE:0x1",
|
||||||
"SANDSTONE:0x4=>SANDSTONE:2x1",
|
"SANDSTONE:0x4=>SANDSTONE:2x4",
|
||||||
"SLAB:1x2=>SANDSTONE:1x1",
|
"SLAB:1x2=>SANDSTONE:1x1",
|
||||||
|
"SANDSTONE:0x3=>SLAB:1x6",
|
||||||
"STONE_BRICK:?x6=>STONE_BRICK_STAIRS:0x4",
|
"STONE_BRICK:?x6=>STONE_BRICK_STAIRS:0x4",
|
||||||
"STONE:?x4=>STONE_BRICK:0x4",
|
"STONE:?x4=>STONE_BRICK:0x4",
|
||||||
"COBBLESTONE:?x6=>COBBLESTONE_STAIRS:0x4",
|
|
||||||
"COBBLESTONE:?x3=>SLAB:3x6",
|
|
||||||
"STONE:?x3=>SLAB:0x6",
|
|
||||||
"SANDSTONE:2x3=>SLAB:1x6",
|
|
||||||
"BRICKS_BLOCK:?x3=>SLAB:4x6",
|
|
||||||
"STONE_BRICKS:?x3=>SLAB:5x6",
|
"STONE_BRICKS:?x3=>SLAB:5x6",
|
||||||
|
"STONE:?x3=>SLAB:0x6",
|
||||||
|
"COBBLESTONE:?x6=>COBBLESTONE_STAIRS:0x4",
|
||||||
);
|
);
|
||||||
|
|
||||||
private static $recipes = array();
|
private static $recipes = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user