From 623d231f2f858e186debc57543f68d01d40561eb Mon Sep 17 00:00:00 2001 From: Sollace Date: Sun, 11 Feb 2024 14:51:29 +0000 Subject: [PATCH] Fix the mimic spell recipe --- src/main/resources/data/unicopia/recipes/spells/mimic.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/data/unicopia/recipes/spells/mimic.json b/src/main/resources/data/unicopia/recipes/spells/mimic.json index eca1681a..546c0908 100644 --- a/src/main/resources/data/unicopia/recipes/spells/mimic.json +++ b/src/main/resources/data/unicopia/recipes/spells/mimic.json @@ -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"