Links
Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 3 months ago
All versions
1.3
Release
Animated health bar 1.33 months ago 200
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
v1.3 — Changelog
New Features
Mount Health Bar
- Animated health bar for mounts (horses, camels, pigs, etc.)
- Replaces vanilla mount hearts with a smooth animated bar
- Orange texture with animated dot pattern
- Shows current/max HP numbers above the bar
- Configurable toggle and position offset
Bar Pulsation at Low HP
- Health bar now pulses when HP drops below 20%
- Subtle vertical shake + red flash overlay
- Intensity increases as HP gets lower
- Smooth and non-intrusive visual warning
Configurable Bar Scale
- Bar width adjustable from 40 to 200 pixels (default 80)
- Bar height adjustable from 3 to 16 pixels (default 6)
- Applies to all bars (HP, Hunger, Oxygen, Mount)
- Adjustable via +/- buttons in the HUD Editor
Drag-and-Drop for All Bars
- All bars (HP, Hunger, Oxygen, Mount, Armor) can now be repositioned via drag-and-drop
- Real-time preview — bars render at their actual position while dragging
- Colored frames and labels help identify each bar in the editor
- Positions saved as offsets in config
Vanilla Bar Offset Support
- When custom bars are disabled, vanilla elements (hearts, hunger, air) can still be offset via config
- Offsets applied through PoseStack translate
Improvements
- HUD Editor (Home key) now shows all toggles including Mount
- Mount bar positioned between hunger and oxygen (no overlap)
- Updated localization (EN + RU) for all new features
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:2mkx358G:45U6zRcN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2mkx358G:45U6zRcN"
}

