A utility mod that allows configuring base attributes of vanilla and modded mobs via simple config files.
Supports modded attributes and is designed for modpacks, servers, and difficulty customization. Includes an in-game reload command for administrators.

## Configuration Example
Example of configuring attributes for vanilla and modded mobs via the config file.

## Configuration Example
Example of configuring attributes for vanilla and modded items via the config file.
How to Modify Item Attributes
You can modify item attributes by editing the item attribute configuration.
Each entry uses the following format:
Parameters
-
item_id – The ID of the item (example:
minecraft:diamond_sword) -
attribute – The attribute to modify (example:
minecraft:generic.attack_damage) -
value – The value to apply
-
operation – Attribute operation
A= ADDITIONMB= MULTIPLY_BASEMT= MULTIPLY_TOTALslot – Equipment slot
M= MainhandO= OffhandH= HeadC= ChestL= LegsB= FeetRemoving an Attribute
To remove an attribute, use:
item_id;attribute;REMOVE;slot

## In-Game Config Reload
Reload the configuration in-game using the command.

