Tags
Creators
Details
Licensed ARR
Published 10 months ago
All versions
Fabric-1.21.11-5.1.0
Beta
Serene Seasons Plus 5.1.0last month 1,870
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Serene Seasons Plus v5.1.0
Highlights
- Snow updates should now appear much faster when chunks load or seasons change.
- Snow placement is safer around important blocks.
- Winter snow can still cover natural ground clutter like grass, tall grass, flowers, ferns, and leaf litter.
- Grass and flower regrowth is more natural and no longer only brings back dandelions.
Fixed
- Snow should no longer delete important blocks such as rails, buttons, levers, and carpets.
- Improved snow replacement behavior so natural plants can be covered by snow without breaking protected blocks.
- Fixed the old Snow Real Magic compatibility path that could prevent normal snow logic from running correctly.
- Improved Better Days compatibility messaging so users know when SSP is changing Better Days time speeds.
Improved
- Snow processing is now much more responsive without trying to do all work in one laggy tick.
- Chunk loading snow sync is faster and should feel closer to instant.
- Performance handling for snow replacement and melting has been smoothed out.
- Shared Fabric and NeoForge screens were cleaned up, reducing duplicate code and future maintenance issues.
Notes
- Better Days dynamic time compatibility is now clearly exposed as a config option.
- On newer versions, Better Days' own seasonal time system is preferred when available.
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:sO5eFFU3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4Al4H3t9:sO5eFFU3"
}




