Skip to content

Commit

Permalink
Updated drop_item_slot
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Dec 3, 2023
1 parent 46b21c4 commit 3eaa7ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/effects/all-effects/drop_item_slot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# `drop_item_slot`
#### Triggered Effect

Drops items from the player's inventory

# Example Config
```yaml
- id: drop_item
args:
slot: hand # The slot to drop, can be any numeric slot, hand, or 'any' (Defaults to any)
amount: 1 # (Optional) The amount of items to drop, defaults to full stack
...other config (eg triggers, filters, mutators, etc)
```

0 comments on commit 3eaa7ca

Please sign in to comment.