Idle animation broken

Started by roman_kridd on

Topic category: Troubleshooting, bugs, and solutions

Joined Jan 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Idle animation broken

So, I have 2 animations for my mob. Idle and Walking animation. Idle's code is: if x delta movement = 0 and y delta movement = 0 and z delta movement = 0: return true; return false
But in the game idle animation is broken and only starts after a bit of time after mob stopped moving.

Joined Jan 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So how can i start idle…
Fri, 03/20/2026 - 12:43

So how can i start idle animation right when mob stops?