Skip to content

manuelgrabowski/KeepInventorySortedSimple

Repository files navigation

KISS – Keep Inventories Sorted, Simple

Lightweight inventory sorting mod, a very opinionated 1.21 update and fork of Inventory Sorting.

Screenshots

Before sorting After sorting
Messy inventory before sorting Perfectly clean, sorted inventory

Configuration

Use Mod Menu for GUI configuration, or the /kiss command otherwise.

Usage

You can use the middle mouse button or R to sort the inventory you're looking at. These keybindings can be changed in the configuration. That's pretty much it, there is not much more to it – check the rest of the configuration, but be aware that anything beyond this core functionality might be removed in upcoming versions (see below).

While the mod is technically only required on the server, you should install it on server and client. If you only install it on the server, vanilla clients can use it via the /kiss commands only. Due to a known issue with Modrinth, I've marked the mod as Required on the client.

Changes from original mod

  • Shulker boxes are now sorted based on their content, heavily inspired by PR #82
  • Removed download function for the ignore list
    • Can still be curated manually in the config; but I'm considering to remove the feature entirely as I don't play modded and have no need for it
  • Removed sorting by double click or middle click on empty slots
    • This was buggy and didn't work on servers; instead, the middle mouse button is now the default keybinding to trigger a sort, which works fine on servers as well
  • Took the sortKeyType fix from PR #115, which might fix issues #90 and #101

More things might get kicked out in future version – I never want to sort the player inventory, so I'm not keen on keeping that code around, for example. That includes the "sort hovered inventory" setting as well. I'm also not too fond of the GUI buttons and might remove it entirely.
As the name suggests, I intend to keep this mod as simple as possible to fill my needs.

Note: A functioning 1.21 build of the original mod is available as well if that's what you're looking for.