mccreery / better-hud

All the information you'll ever need! A Minecraft mod written in Forge.
https://www.curseforge.com/minecraft/mc-mods/better-hud
MIT License
32 stars 11 forks source link

Server crashes on startup (with betterhud only) #73

Closed moitripa closed 4 years ago

moitripa commented 5 years ago

My 1.12.2 forge server crashes on startup with only betterhud-1.12.2-1.4.1 in mods folder. Here is the crash report: crash-2019-09-05_20.21.26-server.txt

Klebestreifen commented 4 years ago

The problem is that classes of the package "net.minecraft.client" are repeatedly accessed even though they are not loaded when the server is started.

mccreery commented 4 years ago

This mod is in desperate need of a SidedProxy. I will start working on it soon.