Tags
Creators
Details
All versions
4.8.1+1.21.10
Release
LambDynamicLights 4.8.1 (1.21.10)11 months ago 5,201
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platforms
Fabric
NeoForge
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
- Added dynamic light sources culling (#318).
- This should significantly reduce the amount of chunk section rebuilds processed, which has been one of the notorious sources of lag of this mod.
- You can disable culling in the Performance tab of the mod in case there's glitches.
- Added adaptive ticking (#319).
- Light sources far away will tick a bit slower, slowing more the further away they are.
- The distances (in chunks) for which light sources will begin to slow down is configurable in the new Performance tab of the mod.
- Light sources behind the camera will tick a lot slower.
- Cleaned up a bit the settings screen and added explanations to the entities dynamic light sources tab.
- Updated German translations (#320).
- Updated Yumi Minecraft Libraries: Foundation.
- Fixed crashes with the latest versions of NeoForge.
Known incompatibilities
Any version
Any version
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:yBW8D80W:LeQppDds"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yBW8D80W:LeQppDds"
}

