Started by
Daidondevid
on
Topic category: Help with Minecraft modding (Java Edition)
when an animated block is placed the animation has already started. Would there be a way to fix this?
Topic category: Help with Minecraft modding (Java Edition)
when an animated block is placed the animation has already started. Would there be a way to fix this?
Have a block with the first frame of the animation and when you want the animation to play, simply place the animated block at that x,y,z.
then I did a procedure that when a block is pressed it is replaced by the animated block, only that the animation (which in my case is a timer) is already in progress and all the animated blocks that are placed are in sync with each other
Yes. That is currently how Minecraft handles animated textures I think. They all point to the same animation to be more processor friendly.
And wouldn't there be a way to solve it?
Custom code.