Utility Nexus Admin (0.0.0-beta.11)
Curse Maven Snippet
What's new
v0.0.0-beta.11 - Pregen auto-start actually runs
Fixed
- Chunk pregeneration never auto-started. beta.10 relocated the deferred auto-start check into
ChunkPregenerator.onServerTick(...), but that method was only invoked while pregen was already running. Because pregen is not running before it starts, the auto-start path could never execute: the log showedPregen auto-start scheduled (delay: 60s)and then nothing, and no chunks were ever generated on a live server./una pregen startstill worked because it callsstart()directly. The server tick is now always forwarded toChunkPregenerator, which internally early-returns when pregen is neither scheduled nor running.
Reminder:pregen.radius = 0means "infinite" (a fixed 12,500-chunk fallback). Set a finitepregen.radiusinconfig/utility_nexus/admin/config.tomlon the server before relying on auto-start, or it will generate for a very long time.
Not verified in-game. Compiles and passes ./gradlew build; live dedicated-server behaviour not play-tested yet.
This mod has no additional files

