From f1f71864d9f2ffa4af8f6f5a0e7d5f0f49f7989a Mon Sep 17 00:00:00 2001 From: Sollace Date: Sat, 28 Oct 2023 23:18:32 +0100 Subject: [PATCH] Fixed the recipe for the inferno spell --- src/main/resources/data/unicopia/recipes/spells/infernal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/unicopia/recipes/spells/infernal.json b/src/main/resources/data/unicopia/recipes/spells/infernal.json index 6fd8f130..9f2c8995 100644 --- a/src/main/resources/data/unicopia/recipes/spells/infernal.json +++ b/src/main/resources/data/unicopia/recipes/spells/infernal.json @@ -2,7 +2,7 @@ "type": "unicopia:spellbook/crafting", "material": { "item": "unicopia:gemstone", "spell": "unicopia:none" }, "traits": { - "fire": 50, "dark": 10 + "fire": 50, "darkness": 10 }, "ingredients": [ { "item": "unicopia:gemstone", "spell": "unicopia:flame" }