A client-side mod to automate the sorting of items to containers using customizable filter lists with the click of a button.
ChestSort is a Fabric mod for Minecraft 1.21.11 that helps you track where items are stored (chests + barrels) and quickly sort items from your inventory into containers using per-container rules.
Ever had a bunch of chests and barrels and forgot where you put that one item? ChestSort lets you search for an item and see which containers have it, with highlights in the world and UI.
In the early game of Minecraft, you will probably always have a "chest monster" - a big group of chests that you dump items into. Players then start building automatic sorting systems, but these can be complex and require a lot of resources. ChestSort is a lightweight alternative that gives you some of the benefits of sorting without needing to build redstone contraptions, at the click of a button.
You can set up filter rules on each container to specify what items belong there, and then quickly sort matching items from your inventory into the open container with one click.
Persistent container database
Fast item lookup
World highlights for find
/cs find (outline rendering).In-GUI highlight
Highlight modes
/cs highlights on|off|until_opened controls whether highlights show, and whether they auto-clear after you open a highlighted container./cs highlights dismiss clears current highlights.Auto refresh on open
Per-container filter rules (items + tags + presets)
minecraft:cobblestone)#minecraft:logs) with per-tag exceptionsOne-click Sort
Sort feedback + Undo
Autosort modes
never, selected, always) plus a per-container autosort toggle.Organize
Preset editor + import/export
cs2: strings.Wand (region bulk edit)
All commands are under /cs.
/cs help
/cs scan
/cs find <item>
<item> supports autocomplete./cs autosort <never|selected|always>
/cs highlights <on|off|until_opened|dismiss>
/cs tags <item>
/cs presets ...
add <name> / remove <name> / rename <old> <new> / edit <name>import / export <name>/cs wand ...
bind (binds your current main-hand item)unbind (removes the wand binding)deselect (clears pos1/pos2 selection)copy [pos] (copies the filter from a targeted container into a clipboard)paste (applies clipboard filter to all containers in the region)autosort <on|off> (bulk toggle per-container autosort)clear (clears filters in the region)merge (unions all filters in the region into the clipboard)#something to search tags&name to search presetsOrganize:
Undo:
Autosort:
/cs autosort mode.Notes:
mods/ folder./cs scan scans loaded chunks only (it does not force-load chunks), meaning it doesn't necessarily see all containers in the world./cs scan after placing containers or loading new chunks; the data may be inaccurate until a scan is performed. The mod, however, automatically detects new containers or changes to container contents when you open them.
Conversation