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

19 lines
298 B
JSON

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