Started by
Tyzbrand
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I have a question about client/server operation.
Is a “player tick update” procedure supposed to run on both sides? Because in my case, they are only called on the client side.
I tried to force it with “Dist.DEDICATED_SERVER” but without success.
If anyone would like to try and help me out
(Mcreator 2025.1 + 1.20.1 generator plugin)
It should run on server side and may run on client side too, but definitely runs on server side too
Did you verify with debugger the side the trigger is called at? https://mcreator.net/wiki/how-use-debugger
There is high chance you have some condition that does not run on client