Client Side only mod

Started by MigstEasilyCreates on

Topic category: Help with modding (Java Edition)

Last seen on 19:39, 17. Sep 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Client Side only mod

I am trying to make a client-side only mod with MCreator (forge) - however, it says i need it in the server. Any way i can stop that?

Last seen on 15:21, 16. Oct 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mcreator doesn't really…
Tue, 09/05/2023 - 06:10

Mcreator doesn't really support sided mods. 

Also client sided (or server sided) mods can't add any blocks/items/mobs anything that server or client would have to know about so for most mods (including pretty much everything created in mcreator) need both sides. 

So if you want to make a client sided mod, you're left mostly with rendering.