0.1.0
Compatibility
Required content
Changes
First release
ChunkMill is a fast, efficient, and easy-to-manage chunk pregenerator with its own high-throughput generation engine. Define what you want generated, run it on command or on a schedule, and let it work without lagging the players who are online.
Highlights
- Named pregeneration tasks — define a job (
dimension,square/circle, center, radius) once and reuse it./chunkmill task add spawn overworld square 0 0 5000. - Run, queue, pause, resume, cancel —
/chunkmill run <task>starts immediately or queues behind the current run; control the active run at any time. - Live progress + ETA —
/chunkmill statusand the in-game panel show chunks done, percentage, rate, and estimated time remaining. - Smart throttling — adaptive auto-paces to hold a target ms/tick, or set a fixed chunks/tick. Both cap concurrent work so the server stays responsive.
- Auto-pause while players are online — pregeneration never competes with people who are actually playing.
- Restart-safe — a big run saves its progress and resumes automatically after a restart or crash.
- In-game control panel — just type
/chunkmillto open a tabbed screen: a live Dashboard (progress bar + pause/resume/cancel + queue), Tasks (with a Run button and add-task form), Schedule, and Settings.
Notes
- A map view of generated chunks is planned for a future update.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:APIm2c3e:xv326F7f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:APIm2c3e:xv326F7f"
}


