Files
minecraft-assets/data/minecraft/recipes/oak_boat.json
2022-05-25 18:38:34 +02:00

16 lines
223 B
JSON

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