BUG: Mod has unintentional hard dependency on the Discord integration mod
brisingraerowing opened this issue ยท 3 comments
Minecraft Version (REQUIRED): 1.16.5
Forge Version (REQUIRED): 36.2.31
Lightman's Currency Version (REQUIRED): 1.0.5.6
Other Relevant Mods & Version (LC Tech, etc.):
Connection Type (Single-player, server/client, LAN world): Crash on startup
Describe the bug
Game crashes with a NoClassDefFoundError on startup
To Reproduce
Steps to reproduce the behavior:
- Launch game with LC installed (and not the Discord integration mod)
- Crash within a few seconds
Expected behavior
Game launches and loads to main menu.
Screenshots/Logs/Crash Reports
Crash Log
Additional context
N/A
Sounds good. Also, this is a awesome mod. I only play singleplayer, so I just use it for decoration in my builds, but I can see the potential for multiplayer use.
Ah, I see the issue. Should be an easy enough fix fortunately, I just accidentally made the CurrencyMessages class an event subscriber which causes forge to load the static variables even though Lightman's Discord isn't loaded. Should be fixed shortly.