-
Bug
-
Resolution: Unresolved
-
None
-
1.17.20.23 Beta, 1.17.10, 1.17.20.20 Beta, 1.16.230.52 Beta, 1.16.220.50 Beta, 1.16.210.54 Beta, 1.16.210.51 Beta, 1.16.210.50 Beta, 1.16.30.57 RTX Beta, 1.16.200.57 Beta, 1.16.1, 1.16.100, 1.16.101 Hotfix, 1.16.200, 1.16.201 Hotfix, 1.16.210, 1.16.221 Hotfix, 1.17.0, 1.17.2 Hotfix, 1.19.63, 1.20.30.25 Preview, 1.20.15 Hotfix, 1.21.31 Hotfix
-
Confirmed
-
Multiple
-
486453
Minecraft Bedrock incorrectly applies some mobs' animations. For example (on video), the baby zombie has very strange leg rotation angles when walking. This is the same for many mobs like pigs, sheep, cows, horses, villagers, piglins, zombies, etc.
Steps to Reproduce
- In a creative world, spawn baby zombies.
- Observe their legs.
- Notice that their legs move unnaturally when running/walking, sometimes exceeding the spread of 180 degrees.
Observed results:
Bedrock: Running mobs spread their legs unnaturally wide, ranging from ~180 to more degrees. Baby mobs speed is also not adjusted to their size.
Java: Legs of a running mob stay at an angle of around 100 degrees.
Expected results:
Mobs animations are uniform across Bedrock and Java.
This problem is not within the mob's entity file, animations or animation controllers:
- Note that the default zombie animation formula doesn't change for the baby version of the mob. The issue is in the fact that the query "query.modified_move_speed" used by most mobs' walking animations is unnecessarily modified by the is_baby status flag, affecting the rotation ranges when multiplied.
How to fix:
- Remove the effect is_baby has on query.modified_move_speed;
- Make query.modified_distance_moved adapt according to the model scale (Taken from the entity's behavior file, similar to query.model_scale):
Example: a zombie that is half the size of a normal zombie should make double the effort to walk at the same pace.
- blocks
-
MCPE-71004 Walking animations of certain entities plays too fast
- Open
- is duplicated by
-
MCPE-91735 Most mobs legs swing too far
- Resolved
-
MCPE-118598 Pillagers' legs swing too high and too fast when they move
- Resolved
-
MCPE-122520 Pillager appears to have different animations than other Illagers
- Resolved
-
MCPE-131903 Animal Feet Move Fast When Walking
- Resolved
-
MCPE-169880 Error animation
- Resolved
- relates to
-
MCPE-88245 Iron golem's walking animation looks funny when moving slightly faster than normal walking
- Open