Tags
Creators
Details
Licensed MPL-2.0
Published 5 years ago
Updated 2 weeks ago
All versions
1.13.0+26.1.2-fabric-beta
Beta
Beta 1.13.0 for 26.1.2 Fabric4 months ago 2,391
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Noise pattern configuration
- Added a new noise tab for configuring the cloud generation pattern
- You can load from default presets or try to make your own
- More varied cloud patterns!
- The default noise pattern now combines multiple noise patterns to create a cloud pattern that changes every day.
- If you want to revert to the old noise pattern from before this update, just select the Fluffy noise preset from the menu.
- Cloud generation is fully tied to the Minecraft world via:
- Cloud time source configuration option
- Default: world time. This means that clouds use the world time (same timer that drives the day/night cycle) to
determine their position. Also means that cloud position will be affected by time manipulation such as
sleeping in a bed and using
/time set. - Game time: Same time as the Time Played statistic.
- Renderer time: Old behavior. Gets reset to zero after world change.
- Default: world time. This means that clouds use the world time (same timer that drives the day/night cycle) to
determine their position. Also means that cloud position will be affected by time manipulation such as
sleeping in a bed and using
- World seed-based generation: Cloud generation now tied to world seed.
- Cloud time source configuration option
- Removed Lunar Client sucks message. Lunar client + BC seems to be working as of right now.
Optional dependencies
Known incompatibilities
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:5srFLIaK:TDvsQjSC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5srFLIaK:TDvsQjSC"
}







