Tags
Creators
Details
All versions
v0.15.1+neoforge+mc26.1.2
Release
v0.15.1 - NeoForge (MC 26.1)4 days ago 10
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
New Features
- Per-world LOD distance limits — Brings the Minecraft 26.2 feature to this support line. Set
lodDistanceChunksByWorldto override the default radius for individual worlds, or use/lsslod set lodDistanceChunks <world> <distance>while the server is running. Use<world> defaultto remove an override.
Configuration
- World keys — Fabric and NeoForge use dimension IDs such as
minecraft:the_nether. Paper tries the Bukkit world name first, then the dimension ID. An empty override map preserves the existing global distance. - Live updates — Current-protocol clients receive the appropriate distance when settings change or they enter a world with a different limit. Legacy clients pick up the advertised limit when they reconnect. Global presets preserve independent world overrides.
Support and Compatibility
- Platforms — Fabric on Minecraft 26.1–26.1.2; Paper/Purpur and NeoForge target 26.1.2. NeoForge remains best-effort and Folia remains experimental.
- Protocol — Preserves the existing wire protocol and LSS/VSS configuration/cache adoption. This release publishes LSS only.
- Known limitations — Existing Xaero first-spawn gaps, region-boundary shading seams and shader/LOD-depth limitations remain.
Full Changelog: https://github.com/VoX/lod-server-support/compare/v0.15.0+mc26.1...v0.15.1+mc26.1
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:lKiXKLvv:86MXChVf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lKiXKLvv:86MXChVf"
}

