Files
minecraft-assets/data/minecraft/recipe/bamboo_stairs.json
2025-01-29 18:30:55 +01:00

17 lines
269 B
JSON

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