Files
minecraft-assets/data/minecraft/recipe/pale_oak_boat.json
2025-02-19 18:31:59 +01:00

16 lines
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"
}
}