Added missing sound for the Mirage spell (#835)

Because of "[Client thread/WARN]: Missing sound for event: ebwizardry:spell.mirage" in latest.log i found that Mirage spell has no effect, even if it's registered. That's why with this request i add it to sounds.json.
This commit is contained in:
ZettaSword
2023-01-11 17:50:07 +03:00
committed by GitHub
parent f5947dded9
commit 4f5c616240
@@ -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"]}
}
}