Tags
Creators
Details
Licensed ARR
Published 10 months ago
All versions
Fabric-1.21.1-5.1.1
Beta
Serene Seasons Plus 5.1.1last month 3,063
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Serene Seasons Plus v5.1.1
Added
- Snow can now land on leaf canopies instead of only appearing underneath trees.
- Ice is now included in SSP snow processing, including melt handling.
- Storm application now tracks how many storms a chunk has already received instead of relying on destroyed-column reapply checks.
Changed
- Snow placement now uses the real top surface, including leaves, for column sampling.
- Snow under leaves is no longer treated as exposed sky for placement and melt logic.
- Snow and ice melt checks are stricter and now avoid thawing ice during snowy season cold conditions.
- Chunk snow application now follows the server storm count rather than re-evaluating whether a chunk has the “right” snow amount.
- Active player-driven melt and chunk melt passes now use the same ice-handling rules.
Fixed
- Snow no longer fails to appear on leaf tops.
- Snow on leaves now melts normally when it should.
- Ice no longer gets processed as if it were hidden snow under a roof.
- Winter ice should no longer slowly melt from the old heat-like fallback behavior.
Removed
- Removed the old destroyed-column reapply behavior from snow placement and precipitation handling.
- Removed the old “did the player break this exact column” gating from storm reapplication.
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:D24wW3pw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4Al4H3t9:D24wW3pw"
}





