Server fails to open whenever I try to open it
Opened this issue ยท 1 comments
Posted this issue somewhere else, this is what they said.
Caused by: java.lang.ClassNotFoundException: net.minecraft.class_2618
Which is
ChestAnimationProgress
This is a special case since you have to tell loader to only implement it on the client using:@EnvironmentInterfaces(@EnvironmentInterface( value = EnvType.CLIENT, itf = ChestAnimationProgress.class ))This is because it is a client only interface.
So it's a mod issue, which you should contact the author about