Description
This mod requires Fabric API
Copied from 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."
The biggest difference between how this mod works and how AttributeFix works is that this mod affects all ClampedEntityAttributes, not just the ones added by vanilla.


