Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
10.5.2
Release
[Forge 1.20.1] 10.5.22 years ago 479.1K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
10.5.2
- feat: target SereneSeasons 9.1
- fix: falling snow not immediately converting to ice in water
10.5.1
- fix: not uploading jarJar-ed file (close #393)
10.5.0
- fix: snow melting too slow (close #388)
- fix: snowy plant generated in winter when with Serene Seasons (close #376)
- Merge pull request #382 from IMS212/1.20-forge
- fix: issues in #382
10.4.4
- fix: only our snow can fall (close #381)
- fix: error handling for random ticking. fix crash with MyNethersDelight
- fix: Pink Petals Z-Fight With Snow Layer (close #378)
- Port Forge renderer to use Forgified FRAPI
10.4.3
- fix: abnormal weather ticking rate
10.4.2
- fix: ice generated by Serene Seasons Winter wont melt (close #362)
10.4.1
- fix: block dig speed (close #279)
- fix: mod breaks Serene Season's 'Generate Snow Ice' config option (close #360)
- Update ru_ru.json
10.4.0
- No changelog provided
10.3.0
- improve: snow-logged foliage textures
- fix: upper part of double plant does not use snow variant texture (close #356)
- chore: reformat code
- improve: relax conditions for snow melting (close #350)
- improve: add comment to debug options
- fix: and suppress: worldgen dummy block entity log spam
- Merge pull request #351 from SettingDust/1.20-forge
- feat: require below block is valid spawn for snow layers are valid spawn
- fix: config description
10.2.7
10.2.6
- improve: skip rendering camo for full snow block
- fix: snow variant models not working for multivariant
10.2.5
- fix: crash (#342)
10.2.4
- fix: make Rubidium colorizer use correct block state
- new publish script
10.2.3
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:iJNje1E8:Z5A25ipN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iJNje1E8:Z5A25ipN"
}



