[1.7.10] Server crashes during pre-init
plajdo opened this issue ยท 1 comments
I used 1.7.10 version of this mod on my server in a modpack, but it crashed during pre-init with this:
Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/model/ModelBiped
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/model/ModelBiped
at ecomod.core.stuff.EMItems.doPreInit(EMItems.java:47)
at ecomod.core.stuff.MainRegistry.doPreInit(MainRegistry.java:59)
at ecomod.core.EcologyMod.preInit(EcologyMod.java:91)
To me it looks like it's trying to load a class that is client-side only. Is the server supported in this version for 1.7.10, or should I use it only in singleplayer? There isn't any 1.7 branch on github, so I couldn't check the code and try to fix it myself ๐.
Thanks,
plajdo