Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
10.4.3
Beta
[Forge 1.20.1] 10.4.32 years ago 78.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
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
Any compatible version
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:OJbCqWFs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iJNje1E8:OJbCqWFs"
}

