24 lines
453 B
JSON
24 lines
453 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"group": "vinery_lattices",
|
|
"pattern": [
|
|
"LLL",
|
|
" B ",
|
|
"/ /"
|
|
],
|
|
"key": {
|
|
"/": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"L": {
|
|
"item": "society:treated_log"
|
|
},
|
|
"B": {
|
|
"item": "minecraft:dark_oak_planks"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "vinery:dark_oak_lattice",
|
|
"count": 4
|
|
}
|
|
} |