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

33 lines
549 B
JSON

{
"type": "eidolon:worktable",
"pattern": [
"bwb",
"brb",
"bsb"
],
"reagents": "gege",
"key": {
"e": {
"item": "eidolon:death_essence"
},
"b": {
"tag": "forge:bones"
},
"r": {
"item": "eidolon:reaper_scythe"
},
"s": {
"item": "minecraft:skeleton_skull"
},
"g": {
"item": "eidolon:shadow_gem"
},
"w": {
"item": "minecraft:wither_skeleton_skull"
}
},
"result": {
"item": "eidolon:deathbringer_scythe"
}
}