mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fix the mimic spell recipe
This commit is contained in:
parent
ae0179be8f
commit
623d231f2f
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
|||
"traits": {
|
||||
"knowledge": 19, "life": 10, "chaos": 4
|
||||
},
|
||||
"ingredients": [],
|
||||
"ingredients": [
|
||||
{ "item": "unicopia:gemstone", "spell": "unicopia:transformation" }
|
||||
],
|
||||
"result": {
|
||||
"item": "unicopia:gemstone",
|
||||
"spell": "unicopia:mimic"
|
||||
|
|
Loading…
Reference in a new issue