Unlimiter
This mod requires Fabric API
Minecraft uses an attribute system to handle key game calculations. This system is responsible for numerous parameters - from armor stats and damage to maximum health of creatures. However, the standard game sets limits on the maximum values of these attributes.
Although these limits are usually unnoticeable in the vanilla version, many mods encounter problems because of them. A classic example is armor that should provide more than 30 units of protection. By default, the game limits protection to 30 units, so any additional protection above this limit is simply ignored.
Unlimiter significantly increases these limitations, allowing mods to work as intended by their developers. Unlike the similar solution AttributeFix, this mod affects all clamped entity attributes ClampedEntityAttribute, not just the standard attributes of the vanilla game.