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

26 lines
392 B
JSON

{
"type": "eidolon:worktable",
"pattern": [
" S ",
"sss",
" s "
],
"reagents": "u i ",
"key": {
"s": {
"item": "minecraft:stone"
},
"S": {
"item": "minecraft:smooth_stone"
},
"u": {
"tag": "eidolon:patron_symbol"
},
"i": {
"item": "eidolon:gold_inlay"
}
},
"result": {
"item": "eidolon:unholy_effigy"
}
}