Animate Chest?

Started by Blissfly on

Topic category: Help with modding (Java Edition)

Last seen on 23:31, 4. Aug 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Animate Chest?

So, this might sound silly, but how do you make it so your chest does the open and close animation when you right click or close the GUI? (I am new to MCreator)

Last seen on 23:31, 4. Aug 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Another question that might…
Fri, 05/20/2022 - 22:49

Another question that might be helpful, is how fast does this code run? Like, how long does it take to switch from one block of code to another?

See, where I am going with this is if I make each frame of the animation, I can make a set of code that runs and changes the block state in an order... that's just a theory though.

Last seen on 05:14, 7. Jul 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the code blocks go instantly…
Fri, 06/03/2022 - 03:39

the code blocks go instantly so if you go that route then use the wait ____ ticks block between each frame(20 ticks is a second)

but you should also consider something like a barrel, just one or two textures instead of that whole animation mess

Last seen on 23:31, 4. Aug 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for the help, just…
Fri, 06/24/2022 - 04:24

Thanks for the help, just needed some conformation that my knowledge was correct.

I am revamping barrels too, but this mod also revamps the chests to make each one have its own wood type.

Last seen on 15:44, 16. Oct 2023
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hi, I wanted to know if you…
Sun, 07/16/2023 - 05:54

Hi, I wanted to know if you have any problems with the animations, since in my case, I have the animations done but when I close the chest, the open animation doesn't stop. Have you been able to solve this problem by chance?