Files
2026-07-31 10:34:32 +09:00

24 lines
447 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "minecraft:birch_planks"
}
},
"result": {
"item": "vinery:birch_lattice",
"count": 4
}
}