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

18 lines
No EOL
265 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:bamboo_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "minecraft:bamboo_raft"
}
}