HomeJavaModsAttributeFix Mod (26.2, 1.20.1) – Removes Arbitrary Limits
AttributeFix Mod (26.2, 1.20.1) – Removes Arbitrary Limits
ModsJava

AttributeFix Mod (26.2, 1.20.1) – Removes Arbitrary Limits

AttributeFix Mod is a Minecraft mod that removes or extends the arbitrary limits imposed by Mojang on the attribute system. Attributes control values such…

⬇ DownloadOpen in MCModsHubGet it on Google Play →

AttributeFix Mod is a Minecraft mod that removes or extends the arbitrary limits imposed by Mojang on the attribute system. Attributes control values such as max health, movement speed, and attack damage for entities. In vanilla Minecraft, these values are capped (for example, maximum health and attack damage are limited to 1024). This causes many mods to behave incorrectly when using higher numbers. AttributeFix raises these limits so that large or extreme attribute values work properly.

Features:

Example Issues:

Without AttributeFix, you may see the following problems:

Test example:

/give @a golden_sword{AttributeModifiers:[{AttributeName:"generic.attack_damage",Amount:5000,Slot:mainhand,Name:"generic.attack_damage",UUID:[I;-12454,17070,183450,-34140]}]}
/summon spider ~ ~ ~ {Health:10000,Attributes:[{Name:"generic.max_health",Base:10000f}]}

In vanilla Minecraft, the mob would die in a single hit because damage is capped.
With AttributeFix, it behaves as expected – higher damage values and large health pools work correctly.

Configuration

The mod creates a file called attributefix.json inside the config folder.
This file contains limits for each attribute.
It is generated automatically the first time you run Minecraft with the mod installed.

Example entry:

{
  "minecraft:generic.max_health": {
    "enabled": true,
    "min": {
      "default": 1,
      "value": 1
    },
    "max": {
      "default": 1024,
      "value": 1000000
    }
  }
}

Explanation:

Most vanilla attributes are enabled by default.
Attributes from other mods are disabled by default to prevent conflicts, but you can enable them manually if needed.

FAQ

Does AttributeFix directly change player or mob stats?
No. It only removes the numeric limits.
To change a player or mob’s health, damage, or speed, you still need commands or another mod.

Why doesn’t higher armor reduce more damage?
Because Minecraft’s combat formula has its own saturation limit.
Even with higher armor attributes, the vanilla formula may stop providing extra protection.
AttributeFix only allows higher numbers – it doesn’t change how damage is calculated.

Why doesn’t the HUD show more armor icons?
The HUD has its own display limit.
Changing attribute caps won’t affect the number of armor icons shown on screen.

Where is the config file?
In your Minecraft directory, under config/attributefix.json.

Can I disable certain attributes?
Yes. Set “enabled”: false for any attribute you want to exclude from patching.

AttributeFix Mod Download Links

AttributeFix Mod (26.2, 1.20.1) – Removes Arbitrary Limits is a free Minecraft Java mod. Compatible with Minecraft 1.20.1. Download it and open it directly in the game.

Explore more