Utility Core Admin (2.1.0)
Curse Maven Snippet
What's new
v2.1.0 - Standalone Mod Fix
Fix
- Critical: Admin had no
@Modentrypoint class and never registered itsModConfigSpec, so it did not generate its own config file and did not function as a real standalone mod. AddedUtilityCoreAdminwith proper config registration. - Crash on load:
ServerStartingEvent,ServerStartedEventandServerTickEventwere registered on the mod event bus instead ofNeoForge.EVENT_BUS, throwing anIllegalArgumentExceptionon startup. - Crash on world start:
SpawnSchematicManagerwas never instantiated, causing aNullPointerExceptionwhen the integrated server started.
Technical Changes
- Removed the obsolete duplicate
Config.javafrom the parent project and an orphaned strayneoforge.mods.toml. - Fixed subproject version resolution in the root
build.gradle(was hardcoded, ignoredmod_versionbumps).
Recommended update if you are running Admin on a server — the previous 2.0.0-beta.1 build did not load correctly.
JAR: utility_core_admin-2.1.0.jar
This mod has no additional files

