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

27 lines
434 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": [
{
"item": "minecraft:sandstone"
},
{
"item": "minecraft:chiseled_sandstone"
},
{
"item": "minecraft:cut_sandstone"
}
]
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "minecraft:sandstone_stairs"
},
"show_notification": true
}