minecraft-assets/data/minecraft/recipes/stone_brick_stairs.json

17 lines
243 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:stone_bricks"
}
},
"result": {
"item": "minecraft:stone_brick_stairs",
"count": 4
}
}