Files
minecraft-assets/data/minecraft/recipes/birch_boat.json
2022-05-18 18:37:27 +02:00

16 lines
227 B
JSON

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