All versions
3.1.0
Release
Numerical HUD 3.1.02 months ago 20
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
- Added a Jump module that displays above the hunger slot while riding a mob, showing charge percentage with color-coded text (white at 0% at rest, blue while charging, orange at 100% when fully charged)
- Added a setting to shift all HUD modules 7 pixels down, useful when the vanilla XP bar is hidden
- Added a setting to switch between shadow and outline text rendering styles for all module numbers
- Replaced copied vanilla textures with direct references to Minecraft's built-in assets, improving compatibility with resource packs
- Replaced the saturation overlay texture with a color change on the hunger number, turning it brown when the player is saturated
- Split 1.21.5–1.21.11 into two separate version ranges to account for API differences across minor versions
- Merged 1.21.2–1.21.5 into a single version range due to shared rendering API compatibility
- Fixed a crash on 1.21.5 caused by an incorrect rendering API that was not available until 1.21.6
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:c6BxfgYk:Ow6mLx77"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c6BxfgYk:Ow6mLx77"
}

