Tags
Creators
Details
1.4.0
Compatibility
Required content
Changes
Minecraft 26.3 compatibility.
- Runs on the 26.3 line, snapshots included. The declared range now covers 26.3 from snapshot through pre-release, release candidate, and the final release — so this jar keeps working when 26.3 ships, with no update needed on your end.
- Fixed an incompatibility with 26.3: the unbound-key sentinel for the TruHearts keybinds now comes from Minecraft's own
InputConstantsinstead of LWJGL, which is no longer reachable in 26.3. No change to how the keybinds behave. - Minimum Fabric API is now stated explicitly (0.143.12) rather than left open. If you are below it you get a clear message from the loader instead of a crash. 0.143.12 is the first release containing the HUD API this mod draws through, so nothing that could previously run TruHearts is excluded.
No changes to the HP readout, the damage log, or the toggles.
Listed Minecraft versions stay at 26.1–26.2 for now: 26.3 is still in snapshot, and those are a moving target. The jar loads on it regardless.
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:DyZnpICK:sVslPoWf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DyZnpICK:sVslPoWf"
}

