From b7a503e5c473c95a43361c0224e1ed7db5da0cdf Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Thu, 13 Aug 2020 22:45:57 +0100 Subject: [PATCH] Add sound for mark sacrifice --- src/main/resources/assets/ebwizardry/sounds.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/assets/ebwizardry/sounds.json b/src/main/resources/assets/ebwizardry/sounds.json index c6ce1d0d..47ec3571 100644 --- a/src/main/resources/assets/ebwizardry/sounds.json +++ b/src/main/resources/assets/ebwizardry/sounds.json @@ -255,6 +255,7 @@ "spell.lightning_web.loop": {"category": "spells", "sounds": ["ebwizardry:lightning_ray_loop"]}, "spell.lightning_web.end": {"category": "spells", "sounds": ["ebwizardry:lightning_ray_end"]}, "spell.magic_missile": {"category": "spells", "sounds": ["ebwizardry:magic"]}, + "spell.mark_sacrifice": {"category": "spells", "sounds": ["mob/guardian/curse"]}, "spell.metamorphosis": {"category": "spells", "sounds": ["mob/illusion_illager/prepare_mirror"]}, "spell.meteor": {"category": "spells", "sounds": ["mob/illusion_illager/prepare_blind"]}, "spell.mind_control": {"category": "spells", "sounds": ["mob/guardian/elder_death"]},