All versions
1.0.0-rc.1+1.21.4-fabric
Beta
[Fabric 1.21.4] Luminance 1.0.0-rc.1last year 59
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
If no bugs are found in this rc, we will fully release Luminance 1.0.
- Fixed environment issue relating to servers. (dannytaylor)
- Updated Shader Translations to fallback to an empty string. (dannytaylor)
- Ported
soup_rangeconfig to be a default luminance featurerange. (Nettakrim) - target sizes can now be set based on simple linear equations of the screen size and width. (Nettakrim)
- vanilla spectator no longer disabled when on ALL mode. (Nettakrim)
Shaders.get()no longer uses the index to check for a shader entry. (Nettakrim)Shaders.guessPostShader()now returns anOptional<ShaderRegistryEntry>. (Nettakrim)Shaders.guessPostShader()guesses namespace even if namespace is already given, prioritizing the existing one. (Nettakrim)- backported
clear_colorfrom 25w16a ("persistent" had already been implemented :P). (Nettakrim) - fixed "enabled": false not working properly. (Nettakrim)
- currentAir and currentHurtTime now use callable ranges. (Nettakrim)
- Fixed
_smoothand_deltadynamic uniforms. (Nettakrim) - Mod Initializers have been removed, the Quilt version now checks if
qsl_baseis not present and implementsinit,client_init, andserver_init. (dannytaylor)
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:EBTw0O1c:Q0HXWv9E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EBTw0O1c:Q0HXWv9E"
}

