diff --git a/src/main/resources/assets/ebwizardry/sounds.json b/src/main/resources/assets/ebwizardry/sounds.json index 70bd1d40..709adb53 100644 --- a/src/main/resources/assets/ebwizardry/sounds.json +++ b/src/main/resources/assets/ebwizardry/sounds.json @@ -363,6 +363,7 @@ "spell.zombie_apocalypse.start": {"category": "spells", "sounds": ["ebwizardry:dark_aura_start"]}, "spell.zombie_apocalypse.loop": {"category": "spells", "sounds": ["ebwizardry:dark_aura_loop"]}, "spell.zombie_apocalypse.end": {"category": "spells", "sounds": ["ebwizardry:dark_aura_end"]}, + "spell.mirage": {"category": "spells", "sounds": ["ebwizardry:buff"]}, "forfeit.burn_self": {"category": "spells", "sounds": ["fire/ignite"]}, "forfeit.fireball": {"category": "spells", "sounds": ["mob/ghast/fireball4"]}, @@ -409,4 +410,4 @@ "forfeit.weaken_self": {"category": "spells", "sounds": ["mob/guardian/curse"]}, "forfeit.jam_self": {"category": "spells", "sounds": ["ebwizardry:effect1", "ebwizardry:effect2"]}, "forfeit.curse_self": {"category": "spells", "sounds": ["mob/guardian/curse"]} -} \ No newline at end of file +}