Files
jgl_sunlit_patch/kubejs/data/vinery/recipes/spruce_lattice.json
T
2026-07-31 10:34:32 +09:00

24 lines
449 B
JSON

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