minecraft-src/data/minecraft/recipe/pale_oak_boat.json
2025-07-04 03:15:13 +03:00

16 lines
No EOL
247 B
JSON

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