How do the new animations work

Started by Ridomiskar on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do the new animations work

So since i can't use geckolib anymore with the new versions, how does the animations procedures for mobs work? I know i can't just use an "if" since i have to put something in it. So, how do you make it work within the procedure that it wants you to put inside there?

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You use an animation…
Fri, 04/03/2026 - 09:18

You use an animation condition within the animation tab to turn the animation on/off. Then use another procedure which will activate based on what/how you want the animation to start and end. Through that procedure you affect the display condition, through nbt/variables/custom data.