Tags
Creators
Details
All versions
4.0.0+1.21.4
Release
LambDynamicLights 4.0.0 (1.21.4)2 years ago 86.4K
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
- Added the ability to define entity light sources in resource packs.
- Please refer yourself to the documentation for more details.
- Added display entities dynamic lighting (#209).
- This affects both block and item displays.
- If a custom brightness is defined then dynamic lighting disables itself.
- Added a new API to define fully custom dynamic lighting of varying shapes.
- Added dynamic lighting to Beacon beams ([#115]).
- Added dynamic lighting to End Gateway beams ([#115]).
- Added dynamic lighting to Guardian lasers ([#115]).
- Added debug settings and renderers to facilitate debugging.
- Added a debug renderer of active dynamic lighting cells.
- Added a debug renderer to display chunk rebuilds.
- Added a debug renderer of dynamic light levels.
- Added a debug renderer of display the bounding boxes of custom dynamic light sources.
- Updated the data displayed in the F3 HUD to show more information about dynamic lighting.
- Refactored heavily the ticking of entity dynamic lighting to make it more abstract.
- Refactored heavily how chunk rebuilds are queued and how dynamic light sources are represented.
- Fixed API publication for loom-based setups.
- Added Upside-down English translations (#254).
- Updated Dutch translations (#252).
- Updated German translations (#253).
- Updated Italian translations (#255).
- Updated [SpruceUI].
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:WMLKo8fG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yBW8D80W:WMLKo8fG"
}

