


Sorts your storage for you. Mark a chest as a Sorter, dump everything into it, and when you close it the items get moved to the right chests around your base. Stone goes where your stone already is, carrots end up in the kitchen, and anything the mod can't place stays put so nothing is lost.
sort: cooking on a chest makes it the cooking chest. Also takes item names, * wildcards, pN for priority and off to exclude a chest.Every transfer runs through MultiUserChest's networking, so only the actual owner of a chest modifies it. No dupes and no lost items, including with several people online.
| Button | On | Does |
|---|---|---|
Sorter: ON/OFF |
any chest | dump chest toggle |
Pin / Auto (n) / Manual (n) |
target chests | save contents as filters, toggle auto-fill |
Clear |
filtered chests | remove saved filters |
Pull |
filtered chests | fetch a stack of each saved item from nearby |
Config: BepInEx/config/light.chestbutler.cfg (radius, speed, fallback behavior, item groups). Server values sync to all clients.
Multiplayer needs the mod on the server and every client at the same version. Mismatches get a clear message at connect. Crossplay must be off.
Item transfer networking is built on MultiUserChest by MSchmoecker.