Started by
Omni_4O4
on
Topic category: Help with Minecraft modding (Java Edition)
I'm developing a mod that relies on a sneak-check and I made it so that after some time that check is done and it works fine on singleplayer, but if I play with a friend, some of the blocks after the wait block seem to not work.
I suspect that it's cause of the server-side tick wait so is there a way to make the tick wait client-side?
Wait block only runs on server-side so any blocks that are client side won't work in that context.
See https://mcreator.net/wiki/developing-multiplayer-compatible-mods