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

32 lines
571 B
JSON

{
"type": "eidolon:worktable",
"pattern": [
" d ",
" a ",
" g "
],
"reagents": "hsws",
"key": {
"d": {
"tag": "forge:storage_blocks/diamond"
},
"a": {
"item": "eidolon:basic_amulet"
},
"g": {
"item": "minecraft:glass"
},
"h": {
"item": "eidolon:zombie_heart"
},
"s": {
"item": "eidolon:lesser_soul_gem"
},
"w": {
"item": "iceandfire:ectoplasm"
}
},
"result": {
"item": "eidolon:glass_hand"
}
}