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

16 lines
227 B
JSON

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