Started by
SocialTag
on
Topic category: Help with Minecraft modding (Java Edition)
I have looked at other forums on this. And they have said to change the procedure block to client side, it says that the animation is already client side yet the animation still doesn't play, pls help
I have also seen this issue, and think that it is just poorly coded on MCreators end.
Poorly coded in mcreator's end? The code MCreator uses is the exact same minecraft does. If it doesn't work, you either just aren't actually reaching the part where the totem plays or aren't running a procedure client-side.
Idk, maybe. Also it might be plugin problem
Totem animation only works when invoked client-side, as also indicated by the "computer" icon at the right of the procedure block
Well if you are using a plugin, it would help to explain what plugin you use.
There are plenty of plugins so it is really hard for us to guess what plugin you use
Klemen I use the Geckolib plugin with my mod, and the computer icon is there on the procedure block. But it still doesn't play
If you trigger the procedure from the server-side, such procedure blocks will have no effect.
If you use a plugin, I would also recommend reading any guidelines for the plugin there are or reporting a bug if you think you found one.
Klemen how would I change the procedure to be client-side rather than server-side?
sorry Klemen how would you do this