Tags
Creators
Details
All versions
4.2
Release
Release 4.2 for 26.2yesterday 600
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Release 4.2
Changes
- Fixed damage tint color values
- Removed v1_8 as it actually matches VANILLA already
- Added new "Custom" option
- Added new "Glint Affects Armor Tint" setting for damage armor overlay.
- In 1.8-1.14.4, the overlay tint would also affect the glint rendering on armor, producing
- this nice pink tint visual.
- Legacy Clouds no longer go transparent into the fog, matching <=1.21.5
- Planar sky fog also now affects clouds
- Added "Smooth Particles" fix setting to restore smooth-rendering particles like in <=1.13.
- Modified "Legacy Block Outline Rendering" code to better support external block overlay mods
- Rework a bit of the config code.
Fixes
- Fixed Legacy Cloud Rendering Crash
- Fixed duplicate particles when usage mining if the server feature is also enabled
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:zy0karK1:uHSWWtXZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zy0karK1:uHSWWtXZ"
}



