Skip to content

Commit

Permalink
Fix the mimic spell recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Feb 11, 2024
1 parent ae0179b commit 623d231
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/data/unicopia/recipes/spells/mimic.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 623d231

Please sign in to comment.