Skip to content

maksimir-software-lab/sorty

Repository files navigation

Sorty icon

Sorty - Simple inventory sorting

Latest Sorty version MC Version: 26.2 License

Sorty is a lightweight, client-side mod that adds fast inventory sorting. The default keybind is the middle mouse button. When sorting an inventory, items are sorted by amount and type. Incomplete stacks of the same item are merged to free more inventory space. Items are grouped by type: Ingots are sorted with ingots, logs with logs, planks with planks.

Multiplayer

Sorty is entirely client-side, you don't need to install it on a server for it to work. Sorting is a bit slower on multiplayer due to rate limits, although in most cases it should feel near-instant.

Compatibility

Sorty is compatible with almost every mod, except with other inventory sorting mods.

Development

The development toolchain is pinned in mise.toml. With mise-en-place:

mise install
mise run install-hooks
mise exec -- .\gradlew.bat build

Alternatively, build directly with JDK 25:

.\gradlew.bat build

Minecraft integration test

Run the Fabric client GameTest to launch the production-remapped mod in the configured Minecraft version, create a singleplayer world, and verify that the client starts successfully:

.\gradlew.bat runProductionClientGameTest

On Unix-like systems:

./gradlew runProductionClientGameTest

Releases

Contributors

Languages