Change Items Durability
This mod provides the ability to customize the durability of any items in Minecraft. You can change the number of uses for tools, weapons, armor, and other items according to your preferences.
Main Features
The functionality works primarily on the server side, but for full synchronization of displayed durability between all players, it is recommended to install the modification on the client side as well. Otherwise, the visual display of durability may become desynchronized with actual values.
Configuration
All parameters are configured through the changeitemsdurability.conf file. You can specify specific items and set desired durability values for them.
Configuration example:
items {
"alexsmobs:shield_of_the_deep" = 800
"bigextras:strong_bow" = 576
}
