GeckoLib Plugin - Animation Procedure Issue(s)

Started by pringlethegoat on

Topic category: Troubleshooting, bugs, and solutions

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
GeckoLib Plugin - Animation Procedure Issue(s)

I'm attempting to make a Sitting system for a Geckolib Animated Entity.

So far I have managed to make a Rudimentary Procedure System which runs off of Triggers and Conditions found within the Mob itself, these utilise NBT data Tags to store a Custom "isSitting" Logic Tag and prevents the Mob from executing certain AI tasks, it works well until it comes to the Animation portion.

The Issue stems from the Animations not triggering / resetting after Player Death aswell as the Animations practically breaking / culminating (although not crashing the Game) after attempting to change the state of an Entity to not sitting.

It seems to be that the Animation (despite the Stop block being present) is not actually properly stopping the animation, this is causing the Entity to play both at once I presume and it looks quite odd.

Below is the Animation Script I have for the Mob itself, any and all help is greatly appreciated,

 

 

I await any response.

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Managed to Solve the…
Fri, 10/27/2023 - 19:16

Managed to Solve the Animation Resetting Issue, however the main one still remains in that until the Player dies the Animations are "combined" (Idle and Custom Sit). Not sure if this is an actual Bug with the plug-in or if its something I am doing wrong.

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how did you solve the…
Sun, 01/28/2024 - 17:33

how did you solve the animation resetting issue?