Links
Tags
Creators
Details
ColorLight-26.1.x-0.2.0
Compatibility
Required content
Changes
Now, if "Compute lighting on GPU" is enabled, lighting calculations will be performed on the GPU instead of the CPU, resulting in a more balanced load without significant lag.
You can also now disable "Smooth colored lighting" to turn off color lighting smoothing.
Additionally, the block state is now taken into account; for example, while a Redstone lamp used to remain lit at all times, it will no longer emit colored light when turned off. (Unactivated redstone lamps color the blocks around them)
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:DbLWxVRd:F3nVZHS6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DbLWxVRd:F3nVZHS6"
}


