Mojira Archive
MC-3735

Sometimes when killing a mob quickly, death sound does not play

Quickly killing a mob causes the death rattle sound to not play.

To Reproduce
  • Spawn any mob (that is not fire resistant) in lava; notice that it will play the hurt sound upon death instead of the death sound.
Alternative
  1. Place down an always active repeating command block with
    scoreboard players tag @e[type=skeleton] add death {HurtTime:1s}
  2. Place an always active chain command block so that the previous command triggers it
    kill @e[type=skeleton,tag=death]
  3. Spawn a skeleton in daylight and observe how it doesn't make the death sound (only hurt sound) when it dies/catches on fire.