Started by
Sir_Crazynut
on
Topic category: Help with Minecraft modding (Java Edition)
Maybe I'm just really missing something, because I've gone to every modding and MCreator discord I can find to ask this but noone actually seems to want to give me a straight answer. How do I tell if a mod I makes will work on the server side or client side? How can I tell if it only works on one but not the other? Everything I have found has said to put markers in the procedure, but what if I'm making a really simple mod that I don't write a procedure for (only using mod elements in the workspace)?
I'm really lost, and if someone could provide a really in-depth explanation here (I can provide the mod, etc), I would really appreciate it.
They are correct, here I'll show you how the icons look like:
Server side block and a Server side Global Trigger:
And a Client side block and a Client side Global Trigger:
If you want a server side only mod it needs to only use server side blocks and global triggers, also if it's only server side make sure to check the server-side check box in the workspace settings.