Links
Tags
Creators
Details
1.7.1-1.19.2
Compatibility
Required content
Changes
Changes
- Remove
Sodium-Extracompat. - Open threshold calculation value to config.
Fixes & Improved
- Fix wrong height calculation in
terrain dodgefunction. - Fix weather pre-detection always output thunder when '/weather rain' has running out.
- Fix a problem that causing weather pre-detect feature cannot work after rain.
- Fix weatherChange overridden by clientTick in singleplayer.
- Fix fog distance when cloud block size is not 16.
- Fix cloud moving speed when FPS is lower or higher.
- Improved cloud height calculation.
- Improved the calculation of density changing value. (the stepping formula)
- Fix sync request too frequent when no get response yet.
- Fix a probable crash in sync packet receiver.
Known Issues
- High Performance Impact
Note
Since 1.7.x implemented smooth changing feature that needs clouds rebuild mesh in every tick, it's spend too many process resource causing a critical frame rate dropping.
To resolve it, we need to rewrite some core code, may causing mod unstable.
I'd released this bugfix patch first so that I can focus on core's modification.
See you in 1.8.x
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| sfcr-1.7.1-1.19.2-sources.jar | Unknown | 45.06 KiB |
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:Hoop89kN:gBEnRV65"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hoop89kN:gBEnRV65"
}

