All versions
1.3.0
Release
Numerical HUD 1.3.04 months ago 132
Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
- Added Configuration system via Mod Menu and Cloth Config API: access settings in-game through the Mod Menu screen.
- Added Animation Style selector: choose between three animation modes for all modules (except XP):
- Decimal (default): values count up/down with decimal precision during transitions.
- Fade: the integer value snaps immediately, the text color transitions from Green/Red back to White over 1 second using a quint ease-in curve.
- Popup: a delta label (e.g.
+2,-3) floats beside the module for 1 second, traveling 9 pixels up (heal) or down (damage) with an ease-out effect.
- Added Show Armor at Zero toggle: when disabled, the Armor module is hidden entirely while the player has no armor equipped.
- Fixed Decimal animation no longer fires false triggers from sub-integer regeneration ticks.
- Fixed Decimal animation cooldown no longer blocks a direction-reversing animation (e.g. removing armor immediately after equipping it now correctly plays the green increase animation).
- Improved Hunger module icons now properly switch to their blinking variants when its value drops and during recurring blink animations.
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:wuz233l9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c6BxfgYk:wuz233l9"
}

