Tags
Creators
Details
All versions
1.3.0+1.21
Release
1.3.0+1.212 years ago 65.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
Minor update to resolve long-standing issues regarding the sky.
Additions
- The config menu now has an option to scale how much brightness is granted by the sky.
- This option is enabled by default.
- Disable this option if you want sky brightness to remain dependent on the time of day/weather.
Changes
- Adjusted how entity brightness works to account for the new system.
- The option for maximum skylight is visible again.
Bugfixes
- Raising the minimum skylight now works how you'd expect it to (when the new config option is enabled).
Known Issues
- Skylight interacts strangely with foliage, doors, torches, and likely other non-standard blocks, causing them to be too dark or too bright.
- This bug is fixed when using also using Sodium, so most users won't encounter it.
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| dynamic-fullbright-1.3.0+1.21-sources.jar | Unknown | 106.98 KiB |
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:tF7P4IlX:UtF1SKfV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tF7P4IlX:UtF1SKfV"
}

