
Chunksmith
Pre-generates chunks fast, and safely: an adaptive throttle paces generation against server tick-health so it can run with players online. Builds Distant Horizons / voxy LOD data as it goes and serves it to clients. Fabric, Forge, NeoForge and Paper/Folia.
Links
Tags
Creators
Details
3.1.1+26.1-neoforge
Compatibility
Changes
Stable release. This promotes the entire 3.1.0-beta line to a stable build -- no issues were reported on the betas -- and adds Minecraft 26.3-snapshot-4 (Fabric). All 29 mod jars (Fabric, NeoForge, Forge across the 1.20.x / 1.21.x / 26.x families) are rebuilt at 3.1.1.
Everything from the 3.1.0 betas is now stable:
- One jar does everything: Chunksmith-Client is merged in, so a single mod handles both server-side chunk pre-generation and the multiplayer distant-terrain (LOD) delivery -- no separate client mod to install. (3.1.0-beta-1)
- Fixed a main-thread memory blowup when serving LOD index requests, and added periodic client/server checksum sync. (3.1.0-beta-4)
- Fixed cross-dimension LOD leakage and delivery to players who joined before pre-generation had data. (3.1.0-beta-2 / beta-3)
- Forge 1.20.1: the LOD network channel is optional again, so a client without Chunksmith can join a Chunksmith Forge server. (3.1.0-beta-5)
New in 3.1.1
- Minecraft 26.3-snapshot-4 support (Fabric); resource pack_format 92.
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:4BeAEBIb:X3OsuAM4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4BeAEBIb:X3OsuAM4"
}
