Files
minecraft-assets/data/minecraft/recipe/cherry_boat.json
2024-11-20 18:31:23 +01:00

16 lines
243 B
JSON

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