Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 2 days ago
All versions
v3.0.24-26.2-fabric
Release
v3.0.24-26.2 for Fabric2 months ago 6,154
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
- Updated to 26.2 (compatible with Vulkan and OpenGL, with Distant Horizons Blaze 3D (VK and OGL) and OpenGL modes support)
- Fixed holes flickering with Distant Horizons sometimes
- Fixed Distant Horizons LODs not animating with Iris shaders active
- Made vanilla fading always disable if Chunks Fade In is enabled (so that fading is really disabled when the option is disabled)
- Fixed mod tab in settings staying even if turned off
- Made the update notifier message prettier and less confusing
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| chunksfadein-fabric-3.0.24-26.2-sources.jar | Unknown | 246.92 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:JaNmzvA8:MmUN7cWe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JaNmzvA8:MmUN7cWe"
}

