Tags
Creators
Details
Licensed ARR
Published last month
Updated 2 days ago
All versions
1.4.0
Release
Cirrus 1.4.02 days ago 621
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Added
- Added custom lower, middle, and upper aurora colors, with a toggle to restore the animated default palette.
- Added independent angled-orbit controls for the sun, moon, stars, and Milky Way to Minecraft 1.21.10 and newer.
- Added Minecraft 26.3 support.
Improved
- Improved Distant Horizons 3.3 compatibility, including its newer rendering backend.
- Reduced repeated cloud setup and depth-rendering overhead.
- Reused GPU uniform buffers on newer Minecraft versions to reduce per-frame allocations.
- Cloud lighting and sun masks now follow rendered celestial positions, including positions changed by Caelum on NeoForge.
- Preserved Sunbathing’s original day/night crossfade while correcting light positioning.
Fixed
- Fixed clouds failing to render with Distant Horizons on Minecraft 1.21.1 Fabric and NeoForge, 1.21.10, and 1.21.11.
- Fixed Sunbathing godrays ignoring Cirrus clouds with Distant Horizons on affected versions, including 26.1.x and 26.2.
- Fixed missing Sunbathing cloud godrays on Minecraft 1.21.10.
- Fixed godrays and lens flares becoming misaligned when angled sun or moon orbits are enabled.
- Fixed cloud masks becoming misaligned with Caelum’s sun position on NeoForge.
- Fixed Polytone effects falling out of sync during smooth time transitions.
- Fixed thin blue cloud-edge artifacts over the sun when Distant Horizons anti-aliasing is enabled.
- Fixed overly bright nighttime clouds and incorrect fog fading on Minecraft 1.21.10 and 1.21.11.
- Restored missing celestial configuration options across newer Minecraft versions.
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:W965YVe0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SJDzFJH7:W965YVe0"
}

