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

18 lines
No EOL
252 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:tuff"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:tuff_stairs"
}
}