makamys/CoreTweaks

travel.ogg plays on death when in the Nether

Closed this issue · 3 comments

Title, go to the Nether, then type /kill.

Can confirm this occurs, added CoreTweaks to my lightly modded pack and this sound plays after respawning from a nether death.

Could this be fixed by checking the dead flag on the player? Or does that get unset before the player is moved back?

Could this be fixed by checking the dead flag on the player?

Yep, that worked. The player gets revived during the handling of the respawn packet, and I had a hook right before that, so I was able to check there.