{"id":141259,"date":"2026-06-08T12:29:18","date_gmt":"2026-06-08T09:29:18","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/"},"modified":"2026-06-08T12:29:18","modified_gmt":"2026-06-08T09:29:18","slug":"simplesorterr","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/","title":{"rendered":"SimplesorterR"},"content":{"rendered":"<p># SimpleSorter<\/p>\n<p>> A lightweight client-side inventory sorting mod.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>### One-Key Smart Sorting<\/p>\n<p>Open an inventory or container and press **R** to sort items.<\/p>\n<p>&#8211; **Auto Stack Merging** \u2014 Automatically consolidates partial stacks of the same item into full stacks, freeing up valuable slots<br \/>\n&#8211; **Creative Tab Native Sorting** \u2014 Items are arranged using Minecraft\u2019s Creative Mode tab order and support modded items<br \/>\n&#8211; **Custom Sort Order** \u2014 Adjust `tabOrder` in the config file to change tab priority<br \/>\n&#8211; **Pinned Items** \u2014 Configure `pinnedItems` to keep specific items always sorted first<br \/>\n&#8211; **Dynamic Container Blacklist** \u2014 All storage containers are sortable by default (including modded containers like Reinforced Chests). Functional containers are excluded by exact class names in `blockedContainers`; you can also press **B** while a container is open to toggle it automatically<br \/>\n&#8211; **Config Hot-Reload** \u2014 Edit `simplesorter.json` directly, changes take effect on the next R-key sort without restarting the game<br \/>\n&#8211; **Pure Client-Side** \u2014 Sorting is performed by simulated clicks, so the server does not need the mod<\/p>\n<p>&#8212;<\/p>\n<p>### Mouse Tweaks<\/p>\n<p>#### Shift + Drag to Quick-Move<\/p>\n<p>Hold **Shift** and **left-click drag** across multiple slots \u2014 every slot you pass over will be instantly quick-moved to the opposite inventory.<\/p>\n<p>> Useful when moving many slots at once.<\/p>\n<p>#### Shift + Double-Click to Move All Same Items<\/p>\n<p>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.<\/p>\n<p>> Useful for pulling all matching items out of a chest.<\/p>\n<p>#### Space + Double-Click to Move Everything<\/p>\n<p>Hold **Space** and **Double-Click** any slot in a container to instantly quick-move **every single item** from that inventory to the opposite side.<\/p>\n<p>> Useful for quickly emptying a chest.<\/p>\n<p>&#8212;<\/p>\n<p>### Slot Locking<\/p>\n<p>Hold **Alt** and **click** any slot to **lock** it \u2014 locked slots display an overlay.<\/p>\n<p>&#8211; Locked slots are **never moved** when sorting with R<br \/>\n&#8211; Locked hotbar slots are **protected from Q-key drops** (prevents accidental discarding)<br \/>\n&#8211; Lock state is **automatically saved** and independent per save file<br \/>\n&#8211; **Alt + click** again to unlock<br \/>\n&#8211; Hold **Alt + left-click drag** to lock or unlock multiple slots in one sweep. The first slot decides whether the drag locks or unlocks<br \/>\n&#8211; Overlay color can be customized with `lockOverlayColor`, supporting both `#RRGGBB` and `#AARRGGBB`<\/p>\n<p>Color 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`.<\/p>\n<p>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.<\/p>\n<p>> Useful for keeping tools in fixed slots and reducing accidental drops.<\/p>\n<p>&#8212;<\/p>\n<p>### Auto Replacer<\/p>\n<p>&#8211; **Tool Break Replacement** \u2014 When a held tool breaks, automatically equips a replacement of the same type from your inventory<br \/>\n&#8211; **Stackable Item Refill** \u2014 When a held stackable item runs out (e.g. placing blocks), automatically refills from your inventory<br \/>\n&#8211; Can be **toggled on\/off** in the settings screen<\/p>\n<p>> Useful when building or mining with repeated item replacement.<\/p>\n<p>&#8212;<\/p>\n<p>### Caps Lock + Double-Click to Batch Drop<\/p>\n<p>Hold **Caps Lock** and **double-click** any slot to **drop all identical items** in that inventory (using the Q-key drop action).<\/p>\n<p>> Useful for clearing large quantities of one item.<\/p>\n<p>&#8212;<\/p>\n<p>### In-Game Configuration<\/p>\n<p>Press **Z + I** (default combo) to open a graphical settings panel in-game:<\/p>\n<p>&#8211; **Tab Sort Order (tabOrder)** \u2014 Customize the priority of Creative Mode tabs<br \/>\n&#8211; **Pinned Items (pinnedItems)** \u2014 Specify item IDs that always sort to the front<br \/>\n&#8211; **Container Blacklist (blockedContainers)** \u2014 Add container class names to exclude from sorting, or press **B** while a container is open to write the current class name automatically<br \/>\n&#8211; **Lock Overlay Color (lockOverlayColor)** \u2014 Customize locked-slot overlay color, for example `#80FF0000`<br \/>\n&#8211; **Z-Key Guard Toggle** \u2014 Disable the Z-key requirement to open settings with just I<br \/>\n&#8211; **Auto Replacer Toggle** \u2014 Enable\/disable automatic tool and item replacement<br \/>\n&#8211; **Localized UI** \u2014 Settings interface automatically adapts to your game language (English \/ Chinese)<\/p>\n<p>Also accessible from **Mod Menu** if installed.<\/p>\n<p>> Advanced settings can be edited directly in `config\/simplesorter.json`. Changes take effect on the next R-key sort.<\/p>\n<p>> \u26a0\ufe0f `blockedContainers` uses **exact class-name matching**, not fuzzy matching. Depending on mappings and Minecraft version, class names may look like `GenericContainerScreenHandler` instead of `ChestMenu`; the safest workflow is opening the target container and pressing **B** so the mod writes the correct name for you.<\/p>\n<p>&#8212;<\/p>\n<p>## Requirements<\/p>\n<p>| Dependency | Required? | Notes |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| **Fabric Loader** \u2265 0.16.5 | \u2705 Required | Mod loader |<br \/>\n| **Fabric API** | \u2705 Required | Core API library |<br \/>\n| **Fabric Language Kotlin** | \u2705 Required | Kotlin runtime support |<br \/>\n| **Cloth Config API** | \u274c Bundled | Config screen framework (already included in the mod jar) |<br \/>\n| **Mod Menu** | \u274c Optional | Adds a settings entry in the mod list |<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Install **Fabric Loader** and **Fabric API**<br \/>\n2. Download **Fabric Language Kotlin** and place it in your `mods` folder<br \/>\n3. Pick the jar matching your Minecraft version and drop it into your `mods` folder<br \/>\n4. Launch the game<\/p>\n<p>&#8212;<\/p>\n<p>## Keybind Reference<\/p>\n<p>All keybinds appear under the **SimpleSorter** category in Minecraft\u2019s Controls screen and can be changed there.<\/p>\n<p>| Key | Action | Context |<br \/>\n|:&#8212;:|&#8212;|&#8212;|<br \/>\n| **R** | Sort &#038; organize inventory | While any container is open |<br \/>\n| **Alt + Click** | Lock \/ Unlock slot | Prevents that slot from being sorted |<br \/>\n| **Alt + Left-Drag** | Batch lock \/ unlock slots | Drag across multiple slots |<br \/>\n| **B** | Toggle current container blacklist | When the current container should not be sorted |<br \/>\n| **Caps Lock + Double-Click** | Batch drop identical items | Quickly clear large stacks |<br \/>\n| **Shift + Drag** | Quick-move multiple slots | Drag across slots while holding Shift |<br \/>\n| **Shift + Double-Click** | Move all identical items | While holding an item on cursor |<br \/>\n| **Space + Double-Click** | Move all items from container | Empty an entire inventory at once |<br \/>\n| **Z + I** | Open settings screen | Available anytime |<\/p>\n<p>&#8212;<\/p>\n<p>## Technical Details<\/p>\n<p>&#8211; **Client-Side Only** \u2014 No server modifications; sorting is achieved by simulating player click actions<br \/>\n&#8211; **Creative Tab Native Sorting** \u2014 Reads Minecraft\u2019s Creative Mode tabs directly to build a sort index, perfectly matching the game\u2019s native item order and automatically supporting all modded items<br \/>\n&#8211; **Multi-Version Architecture** \u2014 Built with a `core` + `shared` + `platform` layered architecture, allowing one codebase to support multiple Minecraft versions<br \/>\n&#8211; **Dynamic Config System** \u2014 Supports config file hot-reload, no game restart needed after edits<br \/>\n&#8211; **Exact Container Matching** \u2014 `blockedContainers` matches exact container class names to avoid accidental fuzzy matches<br \/>\n&#8211; **Modular Mouse Tweaks** \u2014 Each mouse enhancement is an independent `MouseTweakModule`, making it easy to add or modify features<br \/>\n&#8211; **License** \u2014 All Rights Reserved (See LICENSE file for strict usage terms)<\/p>\n<p>&#8212;<\/p>\n<p align=\"center\">\n  <b>SimpleSorter<\/b><br \/>\n  <i>A simple Minecraft inventory sorting tool.<\/i><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A lightweight client-side mod for effortless inventory management in Minecraft.<\/p>\n","protected":false},"featured_media":141260,"template":"","meta":{"_minecraft_slug":"simplesorterr","_minecraft_project_id":"6iAdBiSB","_minecraft_author":"Zzai","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":7883,"_minecraft_follows":6,"_minecraft_client_side":"required","_minecraft_server_side":"unsupported","_minecraft_storage_type":"zip","_minecraft_archive_name":"simplesorterr.zip","_minecraft_size_bytes":53615356,"_minecraft_version_count":83,"_minecraft_updated_at":"2026-05-16T17:38:15.992049Z","_minecraft_date_created":"2026-03-22T02:48:02.647333Z","_minecraft_date_modified":"2026-05-13T07:40:44.668722Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/simplesorterr","_minecraft_icon_attachment_id":141260,"_minecraft_imported_at":"2026-06-08T09:29:19+00:00","_minecraft_import_hash":"c4741244e896034d0e4ec7c9866ac880","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,104,158,91,92],"mod_loader":[99,106,160],"minecraft_version":[36,62,37,40,41,38,81,82,83,827,828,829,830,831,832,167,163,837,838,839,840,841,842],"class_list":["post-141259","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-forge","mod_category-neoforge","mod_category-storage","mod_category-utility","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-20-1","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-4","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-pre-1","minecraft_version-26-1-pre-2","minecraft_version-26-1-pre-3","minecraft_version-26-1-rc-1","minecraft_version-26-1-rc-2","minecraft_version-26-1-rc-3","minecraft_version-26-1-1","minecraft_version-26-1-2","minecraft_version-26-2-snapshot-2","minecraft_version-26-2-snapshot-3","minecraft_version-26-2-snapshot-4","minecraft_version-26-2-snapshot-5","minecraft_version-26-2-snapshot-6","minecraft_version-26-2-snapshot-7"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SimplesorterR - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SimplesorterR - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A lightweight client-side mod for effortless inventory management in Minecraft.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplesorterr\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplesorterr\\\/\",\"name\":\"SimplesorterR - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplesorterr\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplesorterr\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simplesorterr-icon-85ae9cd1cb2016d90233fdbc49315df878631d88_96.webp\",\"datePublished\":\"2026-06-08T09:29:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplesorterr\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplesorterr\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplesorterr\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simplesorterr-icon-85ae9cd1cb2016d90233fdbc49315df878631d88_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simplesorterr-icon-85ae9cd1cb2016d90233fdbc49315df878631d88_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simplesorterr\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SimplesorterR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SimplesorterR - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/","og_locale":"en_US","og_type":"article","og_title":"SimplesorterR - Minecraft","og_description":"A lightweight client-side mod for effortless inventory management in Minecraft.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/","name":"SimplesorterR - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simplesorterr-icon-85ae9cd1cb2016d90233fdbc49315df878631d88_96.webp","datePublished":"2026-06-08T09:29:18+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simplesorterr-icon-85ae9cd1cb2016d90233fdbc49315df878631d88_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simplesorterr-icon-85ae9cd1cb2016d90233fdbc49315df878631d88_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simplesorterr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"SimplesorterR"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/141259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/141260"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=141259"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=141259"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=141259"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=141259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}