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

26 lines
418 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "eidolon",
"pattern": [
"xxx",
"xzx",
"ywy"
],
"key": {
"x": {
"item": "minecraft:stone"
},
"y": {
"tag": "forge:ingots/pewter"
},
"z": {
"item": "minecraft:bone"
},
"w": {
"item": "eidolon:pewter_inlay"
}
},
"result": {
"item": "eidolon:necrotic_focus"
}
}