Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjavi4 authored May 25, 2024
1 parent 195b5c4 commit 63017f3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# itementitypicker
A fabric mod for Player-based item entity filter in 1.20.4

## Command
Main command /picker

- `/picker help` list usage and descriptions
- `/picker` toggle mod on off
- `/picker [on/off]` set mod on off
- `/picker mode` show current mode
- `/picker mode [blacklist, whitelist] ` for mode selection
<br>`Blacklist`: throw any item picked up that Within the Blacklist
<br>`Whitelist`: throw any item picked up Not In the Whitelist (Keep item if in whitelist)
- `/picker list` list all items added into blacklist and whitelist
- `/picker [add/del] <item type>` add/remove item to/from the current mode list
<br> `item type is Not nbt/component-sensitive`

## Usage
Useful to filter desire unstackables using whitelist (i.e. Totem_of_undying in raid farm)

## Other
No keybind, No gui

0 comments on commit 63017f3

Please sign in to comment.