Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated yesterday
All versions
3.3.2-26.3
Release
3.3.2 - 26.3 neo/fabricyesterday 24.8K
Compatibility
Minecraft: Java Edition
26.3
Platforms
Fabric
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
Highlights:
- Up API version 7.1.0 -> 7.2.0
- Mark SSRD (Separate Sable Render Distance) 1.8.6 and below as incompatible
- Due to DH's change to rendering with Reverse Z depth, SSRD must update, otherwise incorrect rendering will occur
- Improve server thread health check logic
- Improve Iris support for MC 26.3
- Some fixes may still be necessary on Iris' end as of Iris 1.11.6
Full Changelog
Additions:
- Up API version 7.1.0 -> 7.2.0
- When a config value is being controlled by the API, API users can now provide their mod's name to show who is actively controlling that option
- for old API users this value will appear as "UNKOWN" and a warning will be logged
- Add the same Iris frame buffer depth fix to Oculus for MC 1.20.1
- Add server thread healthy check for dedicated servers on MC 1.12.2
Improvements:
- Improve Iris support for MC 26.3
- Some fixes may still be necessary on Iris' end as of Iris 1.11.6
Changes:
- Disable chunk regeneration if the chunk gen mode is Pre-existing and the gen plan is surface_only
- Mark SSRD (Separate Sable Render Distance) 1.8.6 and below as incompatible
- Due to DH's change to rendering with Reverse Z depth, SSRD must update, otherwise incorrect rendering will occur
- Increase the server healthy time from 10 -> 25 milliseconds (half of a healthy server tick)
- and increase the 99th percentile timeout to 50 milliseconds
- This should fix some issues where the server healthy check completely prevented world gen from running
- Capture and restore blending/depth mask GL state on MC 1.12.2
Bug Fixes:
- Fix the surface generator putting oceans in The End for some MC versions
- Fix vanilla fading using DH's depth range instead of MC's
- Prevent zooming on extremely low detail LODs causing holes
- Fix CleanMix and Gregtech bloom leaking through opaque blocks in 1.12.2
- Fix server not applying unsupported configs
- Fix Neoforge crashing on MC 26.3 if Blaze3D rendering is enabled
- Fix Forge mixin plugin not running
- Fix 1.12.2 holes when playing on a dedicated server
- Fix crash when iris fork and Gregtech is present on 1.12.2
- Fix DH disappearing when a glow is on screen for MC 26.3
- Fix 1.12.2 failing to apply Mixins if an old version of Cleanroom is used
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:uCdwusMi:gfi11b05"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uCdwusMi:gfi11b05"
}

