-
Bug
-
Resolution: Unresolved
-
None
-
1.17.1, 21w37a, 21w40a, 21w42a, 21w43a, 21w44a, 1.18 Pre-release 1, 1.18 Pre-release 7, 1.18 Release Candidate 3, 1.18.1, 22w05a, 22w06a, 1.18.2, 22w12a, 22w17a, 22w18a, 1.19 Pre-release 1, 1.19, 22w24a, 1.19.2, 1.19.3, 23w06a, 1.19.4, 23w14a, 1.20 Release Candidate 1, 1.20, 1.20.1, 23w33a, 1.20.4, 24w11a
-
Confirmed
-
Mob behaviour
The bug
Axolotls sometimes continue to move whilst playing dead.
To reproduce
- Summon an axolotl.
- Summon a drowned.
- Wait for the drowned to attack the axolotl.
- Eventually the axolotl will play dead.
Alternative reproduction steps:
(Note: this is just for easier reproduction purposes. Editing the NBT data of an entity during its lifetime is generally not supported and is not considered a bug. However, as this issue does occur without the use of commands, it is much easier to visualize it using these steps.)
- Summon several axolotls.
- Execute the following command:
/execute as @e[type=minecraft:axolotl] run data merge entity @s {Brain:{memories:{"minecraft:play_dead_ticks":{value:1000}}}}
Observed result
Sometimes the axolotl continues to move whilst still playing dead.
Expected result
Axolotls would always stay still whilst playing dead.
- relates to
-
MC-208833 Axolotls continue to move when playing dead on land if damaged while they were moving
- Resolved