Tags
Creators
Details
All versions
v0.14.0+fabric+mc1.21.1
Release
v0.14.0 - Fabric (MC 1.21.1)4 days ago 39
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
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. - NeoForge: distant players now render. Far-away players show up in your LOD terrain on the NeoForge build, the same as on Fabric. Best-effort on this line.
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.
- Far player privacy fixes (Paper). Hidden and vanished players stay hidden, and one misbehaving permissions plugin no longer breaks far players for everyone.
Compatibility
- Mixed client and server versions stay fully compatible in both directions. This line (Fabric, Paper, and NeoForge) is best-effort.
Full Changelog: https://github.com/VoX/lod-server-support/compare/v0.13.1+mc1.21.1...v0.14.0+mc1.21.1
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:lKiXKLvv:ky9i30ZC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lKiXKLvv:ky9i30ZC"
}



