Utility Nexus Admin (0.0.0-beta.7)
Curse Maven Snippet
What's new
v0.0.0-beta.7 - Startup Crash Fix
Fixed
- Startup crash
IllegalStateException: Cannot get config value before config is loaded: the mod constructor logged throughUNALog.info(), which reads thelogging.levelconfig value. NeoForge has not loaded config values yet at construction time, so the whole mod failed to load and the game crashed on startup. - The visible client crash was a secondary
RuntimeException: Sodium's config could not be found— not a Sodium bug, just fallout from the aborted mod load.
Technical Changes
UtilityNexusAdminconstructor — the startup line now logs via the raw logger instead ofUNALog.UNALog— falls back toINFOwhen the configured level is queried before the config is available.
Note: beta.6 fails to load entirely. Update to beta.7.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects