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

19 lines
307 B
JSON

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