Skip to content

Commit

Permalink
4.40.0 +
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Nov 5, 2023
1 parent 4b6ac91 commit 126f7ae
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/effects/all-filters/item_durability_above_percent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `item_durability_above_percent`

Requires the item durability to be greater than or equal to a certain percentage

# Example Config
```yaml
filters:
item_durability_above_percent: 50
```
9 changes: 9 additions & 0 deletions docs/effects/all-filters/item_durability_below_percent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `item_durability_below_percent`

Requires the item durability to be less than or equal to a certain percentage

# Example Config
```yaml
filters:
item_durability_below_percent: 10
```

0 comments on commit 126f7ae

Please sign in to comment.