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

26 lines
405 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"
}
}