Help with making cancel animation procedure for Geckolib Animations for Block animation

Started by Mymann on

Topic category: Help with modding (Java Edition)

Last seen on 13:18, 7. Sep 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with making cancel animation procedure for Geckolib Animations for Block animation

So I am making a custom chest block entity using Geckolib animated block and thus far I want the chest to have 2 animations, an opening (1) and closing (2), the only time the animations of normal chests is played is when you are interracting with the GUI, so I tried having a procedure to play the opening animation of the top half open and stay in that position for indefinitely, then when the user exit the GUI the closing animation should come in and play over the opening animation and finish the sequence, sound easy enough, but in reality the closing animation failed to cancel out the first animation, and the lid of the chest is opened forever. Currently I have put in the closing procedure the "Stop any animation procedure" block but that seems to not work at all, I believe all that does is just pausing the animation.

If someone can offer some any help on the procedure that would be really appreciated.

i had this issue as well!…
Thu, 07/25/2024 - 16:42

i had this issue as well! but the new version of the geckolib addon fixes this.

hope this helps!

Last seen on 13:18, 7. Sep 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Instruction? What version…
Fri, 07/26/2024 - 00:02

Instruction? What version for the plugin on what version of Mcreator is it?

Last seen on 13:18, 7. Sep 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am requiring this…
Sat, 07/27/2024 - 01:01

I am requiring this information, so if you could come back and elaborate that would be great.

Last seen on 13:18, 7. Sep 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is the name of the…
Wed, 08/14/2024 - 12:10

What is the name of the procedure block again?

Last seen on 13:18, 7. Sep 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did you just use the "cancel…
Sat, 08/17/2024 - 09:46

Did you just use the "cancel out all animations" block in your 2024.2 workspace?

no you only need to use the …
Sat, 08/24/2024 - 06:28

no you only need to use the "play animation named <number> at <x> <y> <Z>"

the animation will just overwrite the currently playing animation