All versions
26.1_1
Release
Utility+ 26.1_14 months ago 31
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
All features introduced in this update can be individually enabled or disabled via Cloth Config.
- Added a fog removal feature with per‑type configuration.
- Improved the stability of Auto‑Sprint.
- Reduced input latency in the Minecraft input pipeline for more responsive controls.
- Optimized parts of Minecraft’s math library and animation system.
- Added a timer display for active status effect durations.
- Added an option to show armor durability using colors and numeric values.
- Applied minor optimizations to Netty and other networking components.
- Optimized block entity processing by skipping unnecessary operations (no visual changes).
- Added an option to make held items visible while riding a boat.
- Added per‑particle toggles, allowing full control over which particles are rendered.
- Disabled unnecessary background debug features to improve performance.
These changes do not affect F3+B, F3+G, coordinate systems, or the debug pie chart.
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:UF2A8aDv:56hPHg3c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UF2A8aDv:56hPHg3c"
}

