Tags
Creators
Details
All versions
v0.14.0+neoforge+mc26.1.2
Release
v0.14.0 - NeoForge (MC 26.1)4 days ago 14
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
New Features
- Optional permission gate. Servers can now require the
lss.useandvss.usepermissions before serving LODs to a player. Off by default, so nothing changes unless you turn it on. - Separate cache per world. On proxy networks that put several worlds behind one address, your distant terrain no longer mixes between them.
- Safer /lss reset. Reset now checks your Voxy setup before clearing anything and warns you if something looks wrong. Use
/lss reset voxy-forcefor unusual setups.
Bug Fixes
- NeoForge: LODs now work on LAN worlds. Opening a world to LAN on the NeoForge build now serves LODs to players who join. Before, the NeoForge build only served them on dedicated servers.
- Steadier on Folia servers. A round of fixes makes LOD serving more reliable on Folia.
Compatibility
- Mixed client and server versions stay fully compatible in both directions.
Full Changelog: https://github.com/VoX/lod-server-support/compare/v0.13.1+mc26.1...v0.14.0+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:VsDOCNpl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lKiXKLvv:VsDOCNpl"
}

