作者:rebot | 分类:模组
Minecraft 版本: 26.2-pre-1 26.2-pre-2 26.2-pre-3 26.2-pre-4 26.2-pre-5 26.2-pre-6
平台: fabric
标签: storage utility
A lightweight client-side inventory sorting mod.
Open an inventory or container and press R to sort items.
tabOrder in the config file to change tab prioritypinnedItems to keep specific items always sorted firstblockedContainers; you can also press B while a container is open to toggle it automaticallysortInventoryWhenNoScreen to sort the player main inventory with R while no screen is opensimplesorter.json directly, changes take effect on the next R-key sort without restarting the gameHold Shift and left-click drag across multiple slots — every slot you pass over will be instantly quick-moved to the opposite inventory.
Useful when moving many slots at once.
While holding an item on your cursor, Shift + Double-Click on a matching item to instantly quick-move all identical items from that inventory to the other side.
Useful for pulling all matching items out of a chest.
Hold Space and Double-Click any slot in a container to instantly quick-move every single item from that inventory to the opposite side.
Useful for quickly emptying a chest.
Hold V and Double-Click any filled slot in a container to quick-move matching items from the player main inventory into the container, but only when that item already exists in the container.
Useful for topping up a sorted chest from your main inventory.
Hold Alt and click any slot to lock it — locked slots display an overlay.
lockOverlayColor, supporting both #RRGGBB and #AARRGGBBColor values use Hex color codes. Both #RRGGBB and #AARRGGBB are supported. The 8-digit format uses ARGB order: AA opacity, RR red, GG green, BB blue. It is not RGBA.
Common AA values: 40 very transparent, 80 half transparent, C0 mostly opaque, FF fully opaque. Examples: #80FF0000 half-transparent red, #8000FF00 half-transparent green, #800000FF half-transparent blue.
Useful for keeping tools in fixed slots and reducing accidental drops.
Useful when building or mining with repeated item replacement.
Hold Caps Lock and double-click any slot to drop all identical items in that inventory (using the Q-key drop action).
Useful for clearing large quantities of one item.
Press Z + I (default combo) to open a graphical settings panel in-game:
#80FF0000Also accessible from Mod Menu if installed.
Advanced settings can be edited directly in
config/simplesorter.json. Changes take effect on the next R-key sort.
⚠️
blockedContainersuses exact class-name matching, not fuzzy matching. Depending on mappings and Minecraft version, class names may look likeGenericContainerScreenHandlerinstead ofChestMenu; the safest workflow is opening the target container and pressing B so the mod writes the correct name for you.
| Dependency | Required? | Notes |
|---|---|---|
| Fabric Loader ≥ 0.16.5 | ✅ Required | Mod loader |
| Fabric API | ✅ Required | Core API library |
| Fabric Language Kotlin | ✅ Required | Kotlin runtime support |
| Cloth Config API | ❌ Bundled | Config screen framework (already included in the mod jar) |
| Mod Menu | ❌ Optional | Adds a settings entry in the mod list |
mods foldermods folderAll keybinds appear under the SimpleSorterR category in Minecraft’s Controls screen and can be changed there.
| Key | Action | Context |
|---|---|---|
| R | Sort & organize inventory | While a container is open; can also sort the main inventory with no screen if enabled |
| Alt + Click | Lock / Unlock slot | Prevents that slot from being sorted |
| Alt + Left-Drag | Batch lock / unlock slots | Drag across multiple slots |
| B | Toggle current container blacklist | When the current container should not be sorted |
| Caps Lock + Double-Click | Batch drop identical items | Quickly clear large stacks |
| Shift + Drag | Quick-move multiple slots | Drag across slots while holding Shift |
| Shift + Double-Click | Move all identical items | While holding an item on cursor |
| Space + Double-Click | Move all items from container | Empty an entire inventory at once |
| V + Double-Click | Deposit matching items | Move only items already present in the container from main inventory |
| Z + I | Open settings screen | Available anytime |
SimpleSorterR
A simple Minecraft inventory sorting tool.
请登录后举报
暂无评论,抢个沙发吧~