If the player loses all their health to dragon's breath while a totem of undying is in their offhand, the totem's animation will play, but the player will die regardless. On respawn, the player will still have the totem in their offhand as well.
Linked issues
is duplicated by 1
Comments 4
Couldn't reproduce in 1.13.0.15 - but the issue might be related to MCPE-40344 where too much damage is being dealt too quickly.
Dragon's breath behaves significantly differently in 1.13.0.17 than it did in 1.12.1. It's less dense and floats up from the ground slowly.
Partly confirmed in 1.12.1 on Windows 10. Although the totem animation played and I died regardless, I did not respawn with the totem in my offhand.
Steps to reproduce:
Get a totem of undying in your offhand and enter an end portal. (You can do this part in Creative.)
Walk around the end until you find a cloud of dragon's breath.
Stand in the dragon's breath until you die.
Expected results:
The totem animation plays, and your health is restored. You do not die.
Actual results:
The totem animation plays but the death screen is displayed on top of it.
My guess would be that since you're standing in dragon's breath, it continues trying to damage you while the totem animation runs and it tries to heal you. These are contradictory status changes being applied together, and at least sometimes the dragon's breath wins the contest. (Other times, the totem may win, but I didn't try multiple times.)