Files
minecraft-assets/data/minecraft/recipe/sandstone_stairs.json
2024-06-13 21:50:08 +02: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"
}
}