Started by
Blissfly
on
Topic category: Help with Minecraft modding (Java Edition)
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)
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.
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
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.
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?