promotional bannermobile promotional banner

Configurable Attributes

Configure attributes of vanilla and modded mobs and items via simple config files.

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:

 
item_id;attribute;value;operation;slot
 

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 = ADDITION MB = MULTIPLY_BASE MT= MULTIPLY_TOTAL

    slot – Equipment slot

     

    M = Mainhand O = Offhand H = Head C = Chest L = Legs B = Feet

     

     

    Removing an Attribute

    To remove an attribute, use:

    item_id;attribute;REMOVE;slot

     

     

     

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

 

The Configurable Attributes Team

profile avatar
  • 1
    Projects
  • 699
    Downloads