1.9.0+1.16.5-forge
Compatibility
Required content
Changes
1.9.0
2026-3-21
Merge all repositories of version 1.x into Stonecutter - Arch-loom build system. It may reduce the difference in features and patches between these versions. (while also reducing the effort of porting updates. Well, that's more important...)
For technical reason, there is no more merged jar will release. Please select the correct version for the loader you are using.
On Forge side, we embedded Llamalad7 's MixinExtras that makes mod jar slightly bigger.
New
- Compat to serene season and fabric seasons. (close #118 )
- Add No Cloud No Rain in logically (experimental).
- Add client side command
/sfcrto open configScreen (exclude 1.16.5).- Rename server side command
/sfcrto/sfcr help.
- Rename server side command
- Add some debug feature for mixin and sampler.
Change
- Refactor sampler.
- Arrange configScreen structure.
- Other internal fixes and improved.
Fix
- Fix server side updater register to wrong event.
- Fix
/sfcr enablecommand apply to wrong option. - Fix leaves block still gen dripping water particle when NCNR enable.
- Fix DH Compat cloud no applying blush correctly.
- fix pre-detect sometimes return fake thunder when weather is clear, that causes cloud density to increase abnormally then suddenly return to normal.
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:Hoop89kN:FpjpM0Nb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hoop89kN:FpjpM0Nb"
}





