A capable inventory sorting mod that works either client-side or server-side


Sort It Out! is an inventory sorting mod that:
There are multiple ways to trigger sorting:
I) (client only).Sort It Out! can be configured via an in-game configuration screen which can be accessed in Mod Menu (Fabric/Quilt) or the mods screen (Forge/NeoForge). In the case that the mod is not installed on the clientside, players can use the /sortitout preferences command to view and update their preferences (which will persist across rejoins and server restarts).
Packet Send Interval: defines the interval, in ticks, at which packets are sent when sorting on the client side (this will not take effect if the mod is installed on the serverside). Too low of an interval may cause a server to kick you.Invert Sorting: whether to invert the sorting order.Comparators: a list of comparators to use when comparing item stacks. If the first comparator states that the stacks are equal, the second will be used to break the tie (and so on).Slot Sorting Trigger: the action to use to trigger a sort by clicking on a slot. Defaults to double clicking an empty slot, but can be set to clicking the offhand key when hovering a slot.Sort It Out! works in any configuration - as long as the mod is installed on one of the server or the client.
/sortitout to change their preferences.See the docs page here.
Report any issues you find on the GitHub issue tracker.