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

35 lines
611 B
JSON

{
"type": "eidolon:worktable",
"pattern": [
" i ",
"gbg",
" d "
],
"reagents": "lsas",
"key": {
"i": {
"item": "eidolon:gold_inlay"
},
"g": {
"item": "forbidden_arcanus:deorum_ingot"
},
"b": {
"item": "eidolon:basic_belt"
},
"d": {
"tag": "forge:gems/diamond"
},
"l": {
"item": "minecraft:leather"
},
"s": {
"item": "eidolon:soul_shard"
},
"a": {
"item": "forbidden_arcanus:arcane_crystal_dust"
}
},
"result": {
"item": "eidolon:resolute_belt"
}
}