IMC-Vocality/kubejs/data/eidolon/recipes/planter.json
2025-04-09 22:50:07 -05:00

32 lines
534 B
JSON

{
"type": "eidolon:worktable",
"pattern": [
"ywy",
"zxz",
"z z"
],
"reagents": "a s ",
"key": {
"x": {
"item": "eidolon:pewter_inlay"
},
"y": {
"tag": "forge:ingots/pewter"
},
"z": {
"tag": "minecraft:planks"
},
"w": {
"item": "minecraft:dirt"
},
"a": {
"item": "forbidden_arcanus:arcane_crystal_dust"
},
"s": {
"item": "eidolon:soul_shard"
}
},
"result": {
"item": "eidolon:planter"
}
}