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

19 lines
No EOL
291 B
JSON

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