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

19 lines
289 B
JSON

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