Files
minecraft-assets/data/minecraft/recipes/sandstone_stairs.json
2025-02-03 11:41:59 +01:00

26 lines
403 B
JSON

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