Attribute Modify Library
This library mod provides convenient tools for modifying base attribute values of in-game objects using functions.
Usage Features
To add value to an attribute, execute the command:
/function attribute:modify {attribute:"generic.max_health",value:10}
To decrease attribute value:
/function attribute:modify {attribute:"generic.max_health",value:-10}
Technical Specifications
The library supports work with all main attributes of game objects. Calculation accuracy extends to the sixth decimal point, ensuring precise parameter control.
Example of fine adjustment:
/function attribute:modify {attribute:"generic.movement_speed",value:0.000055}
Management and Maintenance
To remove all created scoreboards and storage data, execute:
/function attribute:uninstall