Files
minecraft-assets/data/minecraft/recipes/tuff_brick_stairs.json
2023-10-25 18:29:02 +02:00

19 lines
296 B
JSON

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