1
0
Fork 0
Gen2/datapacks/craft-refine/data/minecraft/recipe/bamboo_mosaic_stairs.json

17 lines
276 B
JSON
Raw Normal View History

2025-08-27 20:49:18 -05:00
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_stairs",
"key": {
"#": "minecraft:bamboo_mosaic"
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 6,
"id": "minecraft:bamboo_mosaic_stairs"
}
}