mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed the recipe for the inferno spell
This commit is contained in:
parent
14581fb45a
commit
f1f71864d9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"type": "unicopia:spellbook/crafting",
|
"type": "unicopia:spellbook/crafting",
|
||||||
"material": { "item": "unicopia:gemstone", "spell": "unicopia:none" },
|
"material": { "item": "unicopia:gemstone", "spell": "unicopia:none" },
|
||||||
"traits": {
|
"traits": {
|
||||||
"fire": 50, "dark": 10
|
"fire": 50, "darkness": 10
|
||||||
},
|
},
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{ "item": "unicopia:gemstone", "spell": "unicopia:flame" }
|
{ "item": "unicopia:gemstone", "spell": "unicopia:flame" }
|
||||||
|
|
Loading…
Reference in a new issue