Skip to content

Commit

Permalink
change permanent to triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
Cokenpizza committed Sep 15, 2023
1 parent 2514605 commit b26f24c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/effects/all-effects/item_durability_multiplier.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# `item_durability_multiplier`
#### Permanent Effect
#### Triggered Effect

Multiplies item durability (only works if holders are items, e.g. in EcoEnchants, EcoItems, etc.)

Expand All @@ -10,4 +10,5 @@ Item durability cannot actually be changed, so this functions like unbreaking wh
- id: item_durability_multiplier
args:
multiplier: 1.5 # The multiplier for the durability
...other config (eg triggers, filters, mutators, etc)
```

0 comments on commit b26f24c

Please sign in to comment.