Unicopia/src/main/resources/assets/unicopia/enchanting/recipes/necromancy.json

12 lines
No EOL
258 B
JSON

{
"type": "unicopia:crafting_spell",
"ingredients": [
{ "id": "unicopia:blood" },
{ "id": "unicopia:energy" },
{ "id": "unicopia:rot" }
],
"result": {
"item": { "item": "unicopia:corrupted_gem" },
"spell": "necromancy"
}
}