minecraft-src/data/minecraft/recipe/bamboo_stairs.json
2025-07-04 02:00:41 +03:00

17 lines
No EOL
269 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_stairs",
"key": {
"#": "minecraft:bamboo_planks"
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:bamboo_stairs"
}
}