minecraft-assets/data/minecraft/recipes/oak_boat.json

16 lines
223 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "boat",
"pattern": [
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:oak_planks"
}
},
"result": {
"item": "minecraft:oak_boat"
}
}