Files
minecraft-assets/data/minecraft/recipes/birch_boat.json
2018-07-18 20:51:45 +02:00

16 lines
217 B
JSON

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