Startup Crash on Forge Server because of EntityRenderer
starmun-0010 opened this issue ยท 2 comments
MC: 1.6.5
Forge: 36.1.18
Mini Utilities: miniutilities-1.1.1.jar
To Reproduce
- Setup Forge Server
- Install Mini Utilities
- Run the server
Details
Client side EntityRenderer is being used without a side check, which is making the mod crash the server on startup.
Crash Report attached below
crash-2021-05-17_03.33.49-fml.txt
Still crashing with the latest miniutilities-1.1.2.jar
@OneLemonyBoi