Utility Core Admin (2.1.2)
Curse Maven Snippet
What's new
v2.1.2 - Dedicated Server Crash Fix
Fix
- Critical:
registerExtensionPoint(IConfigScreenFactory.class, ConfigurationScreen::new)ran unconditionally in the mod constructor.ConfigurationScreenextends the client-onlyScreenclass, so classloading it threwNoClassDefFoundError: net/minecraft/client/gui/screens/Screenon any dedicated server, crashing the whole mod load. The registration is now gated behindFMLEnvironment.dist.isClient(). - Metadata: the mod's declared
versioninneoforge.mods.tomlwas hardcoded to the literal2.0.0and never reflected the real build version. It now resolves dynamically from the Gradle project version.
Critical update if you run Admin on a dedicated server — 2.1.0 and 2.1.1 do not load there at all.
JAR: utility_core_admin-26.2-neoforge-26.2.0.37-beta-2.1.2.jar
This mod has no additional files

