Files
minecraft-assets/data/minecraft/recipes/mangrove_boat.json
2024-04-03 18:29:04 +02:00

18 lines
269 B
JSON

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