Crash on server creation
Explode007 opened this issue ยท 4 comments
I am making a modpack thats filled with the latest and greatest and barely any mods that have been around since forever.
Anyways, when trying to launch a server, destroy is incapable and crashes the server every time it is attempted to be loaded. I tried to launch a server with only create and destroy.
The error im getting is something to do with BlockEntityWithoutLevelRenderer, Meaning that possibly something is relying solely on a client side class that isn't loaded when creating a server.
Forge versions tried: 40.2.19 & 40.2.0
Update: Seems that the client side only handlers are not working properly for items such as seismometer, I imagine the same follows for others. I am attempting to work on a fix.