Tags
Creators
Details
All versions
2.3.0
Beta
Voxy WorldGen 2.3.02 months ago 198
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
- ported to neoforge 1.21.1 yayyy
- fixed chunks not syncing for some players (broadcast never marked chunks as synced)
- unified the sync radius across all paths so every player gets the same chunks
- fixed unfair sync: worker now round-robins players instead of always favoring the first
- new players now get a prioritized backfill of already-generated chunks on join
- two-way handshake: server now knows which clients have the mod and skips vanilla clients
- block edits now sync only the changed section instead of re-uploading the whole chunk column
- client ingests lod data nearest-first so chunks fill from the player outward, no more far ring
- client ingest is rate-limited per tick to keep client fps smooth
- packet batching offloaded off the server tick thread
- per-player synced-chunk sets are pruned so they don't grow forever
- config screen split into client and server tabs so it's clear what affects the server
- server config tab is read-only for non-ops, shows the server's real values
- ops can edit server config from the client and it pushes to the server live (no restart)
- packet size budgeting accounts for framing overhead
- first-run config scales max parallel tasks to cpu core count
in short the networking is a lot more stable and performant!
could have bugs, use with caution
Optional dependencies
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:xT0lnNE9:Y5dFgyjM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xT0lnNE9:Y5dFgyjM"
}



