1.1.3
Compatibility
Required content
Changes
New Visuals
Replaced billinear interpolation upscaling with depth aware bilateral upscaling for volumetrics
Removed bilateral blur on volumetrics
New denoising techniques for volumetrics
Weakened blue shadowing for clouds
Larger transmittance distance for clouds
Weakened ambient lighting on clouds, direct sunlight dominates way more
Improvements to evening color palette
Added FBM noise to clouds
Changed sun and moon angle
Light fun!
Beacons now emit light which is scattered producing really beautiful beams at night, clouds and precipitation scatter light more making beams more visible
Added laser pointer, can be configured to have custom color and intensity, follows similar logic to beacon beams but can be pointed anywhere
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:93e7Da23:byqfygLf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:93e7Da23:byqfygLf"
}


