Started by
MigstEasilyCreates
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Topic category: Help with Minecraft modding (Java Edition)
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?
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.