AttributeFix Mod — Configuration
Configuration
AttributeFix is designed to work out-of-the-box with no setup required. However, advanced users can customize the limits for specific attributes if they wish to re-impose certain restrictions.
File Location: config/attributefix.json (or attributefix-common.toml in some versions).
Configurable Options
Within the configuration file, every registered attribute in the game (including those added by other mods) will appear. You can modify the following for each entry: * Modified Limit: The new maximum value allowed for that specific attribute. * Enable/Disable: You can choose to exclude certain attributes from being patched if they cause conflicts with other specialized mods.
Example JSON structure:
{
"generic.max_health": 1000000.0,
"generic.armor": 1000.0,
"generic.attack_damage": 1000000.0
}