Links
Tags
Creators
Details
2.0.0+26.2-neoforge
Compatibility
Required content
Changes
2.0.0 — CleanHUD now runs on Minecraft 1.20.1 → 26.2
This file is for NeoForge 26.2.
CleanHUD used to be 26.1-only. It now supports 22 Minecraft versions on Fabric, Forge and NeoForge.
- Download the file that matches your Minecraft version and mod loader — each file is built for exactly one combination, and the version page says which.
- CodxLib is required. Grab the CodxLib file for your version and loader too, or the game will report a missing dependency.
- Nothing else changed: the same per-element fading, Info HUD and
/cleanhudmenu, now everywhere.
Fading was rebuilt for each era of Minecraft's HUD, so it should look identical on all versions — if an element on yours fades oddly or not at all, please report it.
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:4iuPmwho:5scLDXK2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4iuPmwho:5scLDXK2"
}


