Update DealCustomDurability authored by Lxlp's avatar Lxlp
## Description
Modifies the custom durability of the held item.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|---------|---------------------------|---------|
| amount | a | Adds/Subtracts durability | 1 |
## Examples
A positive number will deal damage, a negative number will heal it.
**Note:** Only works for custom durability.
......@@ -24,6 +26,6 @@ MyItem:
- dealcustomdurability{a=-2} @Self ~onSwing # repairs 2 durability on an item.
```
## Aliases
- [x] dealdura
- [x] customdura
\ No newline at end of file