2024-12-17 02:08:01 +03:00

17 lines
229 B
JSON

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