Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/boat.json
2020-07-20 00:21:55 +08:00

17 lines
222 B
JSON

{
"type": "crafting_shaped",
"group": "boat",
"pattern": [
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 0
}
},
"result": {
"item": "minecraft:boat"
}
}