Mod crashes servers due to using sided code in main mod class.
Claycorp opened this issue ยท 4 comments
Your mod currently crashes when installed on servers as you are calling client code in the main class of the mod.
Mods should be only handling side agnostic code in the main class to prevent sided crashes.
Please follow the modding standard of handling sides correctly so pack devs and server owners don't need to hunt down issues.
I wouldn't know. Not my mod, nor do I use it in my own projects.
If I go to install a modpack on a server I shouldn't need to play the "let's find the mod that was made incorrectly" game multiple times to get it started due to developers ignoring/not knowing the fact that sides exist. If they don't know, then this is the point for them to learn about it.