Tags
Creators
Details
Licensed ARR
Published last week
Updated 5 days ago
All versions
1.3.0
Release
Cirrus 1.3.05 days ago 3,011
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Added
- Added configurable horizon-colored fog with:
- A “Match Fog to Horizon” toggle
- Adjustable fog and sky-matching strength
- Smoother distant-terrain fading
- Added a configurable detailed cloud radius. Clouds beyond this radius use cheaper, simplified geometry.
- Added optional warnings for incompatible and unknown shader packs.
- Added configuration guidance for:
- Complementary Unbound
- Rethinking Voxels
- Insanity
- MakeUp Ultra Fast
- Mellow
- These presets only disable conflicting cloud and cloud-fog settings. They do not provide proper shader support.
- Added specialized warnings when shader packs and Distant Horizons are used together.
- Shader packs are not supported on Minecraft 1.21.10 and newer and may not work as intended.
Improved
- Milky Way rendering now uses a precomputed lookup texture.
- Aurora rendering now uses precomputed noise sampling.
- End sky rendering now uses precomputed noise while retaining Low, Balanced, and High quality settings.
- Optimized sun and cloud occlusion.
- Cached cloud shader uniforms per frame to reduce rendering overhead.
- Reduced cloud geometry outside the configured detailed cloud radius.
Fixed
- Fixed star-field rotation so stars follow the time of day correctly.
- Fixed aurora animation, biome blending, and nighttime variation during gradual or abrupt time transitions.
Optional dependencies
Any compatible 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:SJDzFJH7:wqg9yMPm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SJDzFJH7:wqg9yMPm"
}

