All versions
1.1+1.20.1
Release
Cloud Layers 1.1+1.20.12 years ago 5,039
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- Split layer configuration into the sections Appearance, Movement, and Conditions.
- Added an option to only render the layer when it is raining.
- Added height offset options to adjust the height of every cloud layer at once.
- Added relative height mode, the clouds stay at a fixed height above the player, and acts like a skybox.
- Clouds can now be rendered at higher render distances, and added an option to remove cloud fog.
- Vertical height culling of cloud layers
- Removed speed limit

Optional dependencies
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:QcR2Ww1K:gCGCiTq6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QcR2Ww1K:gCGCiTq6"
}



