Skip to content

Darkhax-Minecraft/Max-Health-Fix

Repository files navigation

Max Health Fix

This is a Minecraft mod that will fix- MC-17876. This bug will cause a player's health to reset to the default value (20) when they log out. For example if a player has a helmet with +10 max health and logs out while having 25 health their health will be reset to 20.

Maven Dependency

If you are using Gradle to manage your dependencies, add the following into your build.gradle file. Make sure to replace the version with the correct one. All versions can be viewed here.

repositories {

    maven { url 'https://maven.blamejared.com' }
}

dependencies {

    // Example: compile "net.darkhax.maxhealthfix:MaxHealthFix-1.16.5:1.0.1"
    compile "net.darkhax.maxhealthfix:MaxHealthFix-MCVERSION:PUT_VERSION_HERE"
}

Jar Signing

As of January 11th 2021 officially published builds will be signed. You can validate the integrity of these builds by comparing their signatures with the public fingerprints.

Hash Fingerprint
MD5 12F89108EF8DCC223D6723275E87208F
SHA1 46D93AD2DC8ADED38A606D3C36A80CB33EFA69D1
SHA256 EBC4B1678BF90CDBDC4F01B18E6164394C10850BA6C4C748F0FA95F2CB083AE5

Sponsors

This project is sponsored by Nodecraft. Use code Darkhax for 30% off!

About

Fixes a max health bug with players in Minecraft.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages