Mojira Archive
MC-108309

Client not using modified DeathTime value

The bug

The DeathTime tag represents how long the death animation is shown already and removes the entity if the value of the tag reaches 20. However, if you change the DeathTime to something different than 0, client-side the animation will still last 20 ticks.

How to reproduce

  1. Use the following command
    /summon villager ~ ~ ~ {Health:0f,DeathTime:-41s}
    
  2. Reopen the world after the death animation stopped (or 2 seconds)
    → The dying villager is still there
  3. Summon the villager again and close and reopen the world after about 4 seconds
    → The dying villager is gone because the value of the DeathTime tag reached 20 after about 3 seconds

The reason

The following is based on a decompiled version of Minecraft 1.10 using MCP 9.30.

This happens very likely because the DeathTime tag is not tracked by the data manager.

Unresolved

Marcono1234

2016-10-06, 02:07 AM

2022-01-10, 06:56 PM

5

7

Confirmed

(Unassigned)

animation, deathtime, dying, entity

Minecraft 1.10.2 - 1.18.1Minecraft 1.10.2, Minecraft 16w39c, Minecraft 16w42a, 1.15.2, 20w07a, 20w46a, 21w03a, 1.16.5, 21w05b, 21w08b, 1.18.1

-