Files
minecraft-assets/data/minecraft/recipes/jungle_boat.json
2022-07-27 18:38:54 +02:00

16 lines
229 B
JSON

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