mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
Update blaze breathe sound. Fixes BUKKIT-4286
By: mbax <matt@phozop.net>
This commit is contained in:
parent
a0ebc46ebe
commit
c992bf7959
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class CraftSound {
|
||||||
sounds[BAT_IDLE.ordinal()] = "mob.bat.idle";
|
sounds[BAT_IDLE.ordinal()] = "mob.bat.idle";
|
||||||
sounds[BAT_LOOP.ordinal()] = "mob.bat.loop";
|
sounds[BAT_LOOP.ordinal()] = "mob.bat.loop";
|
||||||
sounds[BAT_TAKEOFF.ordinal()] = "mob.bat.takeoff";
|
sounds[BAT_TAKEOFF.ordinal()] = "mob.bat.takeoff";
|
||||||
sounds[BLAZE_BREATH.ordinal()] = "mob.blaze.breath";
|
sounds[BLAZE_BREATH.ordinal()] = "mob.blaze.breathe";
|
||||||
sounds[BLAZE_DEATH.ordinal()] = "mob.blaze.death";
|
sounds[BLAZE_DEATH.ordinal()] = "mob.blaze.death";
|
||||||
sounds[BLAZE_HIT.ordinal()] = "mob.blaze.hit";
|
sounds[BLAZE_HIT.ordinal()] = "mob.blaze.hit";
|
||||||
sounds[CAT_HISS.ordinal()] = "mob.cat.hiss";
|
sounds[CAT_HISS.ordinal()] = "mob.cat.hiss";
|
||||||
|
|
Loading…
Add table
Reference in a new issue