The walking animation of frogs doesn't change in relation to their movement speed
Summary:
When a given entity's movement speed is altered, its walking animation would also be changed to match the speed at which it moves, however, this isn't the case with frogs. As a result of this problem, frogs can appear as if they're "gliding" along the ground when their movement speed is set to a high value.
This bug has been fixed in the Java version MC-249129.
Steps to reproduce:
- Summon the frog.
/effect @e[type=frog] speed 1000000 10 trueOr just hit the frog to make it panic from the damage it takes.
- Watch the animation of the frog walking.
Observed results:
The walking animation of frogs doesn't change in relation to their movement speed.
Expected results:
The walking animation would match the movement speed of the frog.