How to tell if my mod works client side or server side

Started by Sir_Crazynut on

Topic category: Help with modding (Java Edition)

Last seen on 05:04, 20. Apr 2024
Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to tell if my mod works client side or server side

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. 

Last seen on 23:48, 26. Apr 2024
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
They are correct, here I'll…
Mon, 03/18/2024 - 16:32

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.