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

17 lines
251 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:cherry_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"item": "minecraft:cherry_boat"
}
}