Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
2.9.2+26.1-fabric
Release
2.9.2 for 26.1-fabric3 months ago 1,031
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
2.9.2
Dozens of fixes & optimizations here.
Compatibility
- Refactor Distant Horizons Compat to apply bottomDim, alpha etc.
- Fix cloudLayer flicker when mesh changing for DH 3.0.
- Fix DH cloud no removed but frozen when SFCR render is disabled.
- Add an option for threaded remeshing DH cloud.
- Update ParticleRain compat version to v4-beta.8+.
- Now terrainDodge no longer detect
SKY_LIGHTbutblock.isAir(). - Remove arch-api dependencies cuz' it no update, still...
Function
- Fix terrainDodge calculating out a wrong position.
- Fix biomeDetectUseLoadedChunk calculating out a wrong position.
Improves & Bugfixes
- Improved usability of custom dimension, now you can create/delete custom dimension config file in game.
- Optimize config IO.
- Move config to subfolder
.minecraft/config/sfcr/. Old config will be moved automatically when loaded. - Remove unshared config from custom dimension config file.
- Add an option to delete current custom config file when exiting configScreen.
- SFCR packet will not send to player who wasn't have SFCR installed.
- Fix weather density has stop to update when 'enableServer' is disabled.
- Bump version to .9 to reduce confuse.
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:lMoKliVW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hoop89kN:lMoKliVW"
}






