Tags
Creators
Details
1.21.1-3.0.2
Compatibility
Required content
Changes
š¢ Update Log
ā ļø Note:
This is a development version released for testing.
It has not been fully tested with Project Atmosphere (PA) yet.
Expect possible bugs ā feedback is welcome to help finalise the release.
ā” Optimisation
- Always tested stable at 20.04 TPS and 400 FPS on 32 chunks while processing 4000 chunks
ā equivalent to 1 024 000 blocks processed. - Removed special handling of snowy biomes.
ā Snowy biomes now behave like their regular counterparts. - Oceans now follow seasonal logic: they can freeze, thaw, and melt dynamically.
āļø Snow Piling
- Snow now starts to auto-pile after two snowfalls are completed.
- Piles will melt during mid-spring for natural seasonal transition.
- Each early winter counts as a new winter.
ā Snow piling resets, requiring two new snowfalls before piling begins again.
⨠Overall this update improves performance, stabilises snow behaviour, and makes oceans and snowy biomes feel more realistic with seasonal transitions.
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:4Al4H3t9:9DEcOiRO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4Al4H3t9:9DEcOiRO"
}

