Crashes on server (shouldn't Special Models be a client mod?)
acikek opened this issue ยท 3 comments
Was trying to run a server with the latest version of The Corners on 1.20.1, and here's the latest.log with the crash.
I had a look through Special Models and I'm certain you intended for it to be a client mod since you directly reference client classes. In The Corners, you also initialize the special models in the common initializer instead of a client initializer, so this is ultimately also an issue with this mod.
oh also special models needs to be a non-client-only mod because the way it works requires a registry of some kind. What I missed was just making sure everything on the client side of things was only loaded if its on the client