minecraft-src/data/minecraft/recipe/red_sandstone_stairs.json
2025-07-04 01:41:11 +03:00

26 lines
No EOL
419 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": [
{
"item": "minecraft:red_sandstone"
},
{
"item": "minecraft:chiseled_red_sandstone"
},
{
"item": "minecraft:cut_red_sandstone"
}
]
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:red_sandstone_stairs"
}
}