Skip to content

Fixes attributes having a cap on them that is below what mods expect.

License

Notifications You must be signed in to change notification settings

lynxx131/AttributeFix

 
 

Repository files navigation

AttributeFix

Minecraft uses an attribute system to handle important calculations. It covers everything from armor values, to attack damage, to the maximum health of a mob. This system also introduced attribute caps, which limit how high any value can be. While this usually goes unnoticed, many mods are unknowingly affected by it. One common example is a set of armor that provides the player with more than 30 points of armor. The vanilla game limits armor to 30 points, so any armor points above that are completely wasted. This mod significantly increases these caps to allow mods to work as they were intended.

Nodecraft
This project is sponsored by Nodecraft. Use code Darkhax for 30% off your first month of service!

About

Fixes attributes having a cap on them that is below what mods expect.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%