Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
2.2.0+8.0
Release
BTA Health Indicator 2.2.0+8.0last month 517
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Client-side
Server-side
Client and server
Changes
Below is the full changelog since the last 7.3_04 release.
New Features
- Added "pages" to the health display, when enabled only the set amount of health is displayed at once (Enabled by default). This should make mod compatibility a lot better.
- Added number style option, changes what kind of information is displayed next to the health bar when pages are enabled (Shows 'Remaining Hearts' by default)
- Added option to disable damage flash effect
- Now uses stylized hearts when applicable (Enabled by default)
- Heart container style can now be changed to Transparent or Minimal (Opaque by default)
- Can now track multiple mobs, can be adjusted by the Tracked Mob Count setting (1 by default)
- Added fade out option (Disabled by default)
Misc Changes & Fixes
- Complete rendering refactor
- Options page now displays the mod icon
- Rendering is now ever so slightly more efficient
- Fixed jittering when far from world origin
- Fixed indicator being displayed when riding an entity
- Fixed heart containers not accounting for half hearts
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| simplehealthindicator-2.2.0+8.0-sources.jar | Sources jar | 35.34 KiB |
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:G4KbftEO:3Y2LHFLh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G4KbftEO:3Y2LHFLh"
}

