Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
š Simple Sorting
A lightweight, client-side, and multiplayer-safe inventory sorting mod for Minecraft. Keep your chests organized without risking server bans.
⨠Features
- š±ļø Multiplayer Safe ā Does not rely on custom network packets. It simulates real mouse clicks, making it fully legitimate and compatible with strict anti-cheat servers.
- š Four Sorting Modes ā Adds dedicated buttons to your inventory and chests:
Z(Snake) ā Sorts items in a continuous snake-like pattern.=(Rows) ā Sorts items horizontally row by row.||(Columns) ā Sorts items vertically column by column.v(Move All) ā Quickly moves matching items from your inventory into the chest.
- ā” Adjustable Speed ā Want instant sorting or a slower, human-like delay to bypass anti-cheats? You have full control.
- š§ Smart Filtering ā Automatically ignores the crafting grid when sorting your personal inventory to prevent unwanted item shifting.
āļø How it works
Simple Sorting injects unobtrusive sorting buttons into container screens. When you click a sorting button, the mod runs a clean Selection Sort algorithm in the background and seamlessly queues up vanilla mouse click events (handleInventoryMouseClick). This means the server just sees a player organizing their inventory, ensuring maximum server compatibility.
š ļø Configuration
- Config: Easily adjust settings in
config/simplesorting.jsonor directly in-game via ModMenu. clicksPerTickā Controls the sorting speed. Set it to1for a safe default (1 click per game tick), or crank it up to20for instant sorting.
š Installation
- Install Fabric.
- Install the required dependencies:
Fabric API. - (Optional but recommended) Install
ModMenufor in-game configuration. - Place the downloaded
.jarfile into your.minecraft/modsfolder.
š© For questions and bug reports: Telegram / Discord ā @b1nt1n


