Skip to content

Releases: manuelgrabowski/KeepInventorySortedSimple

KISS – Keep Inventories Sorted, Simple v0.5.0

14 Dec 20:49
Compare
Choose a tag to compare
  • Support for Minecraft 1.21.4
  • Replaced kyrptconfig with MidnightConfig
    • This is a big change, necessary because kyrptconfig wasn't getting updated and caused the config screen for the mod to instantly crash the game on 1.21.4 when attempting to open it. MidnightConfig should be a more reliable dependency, but I had to remove some functionality to get this done. Unfortunately your existing configuration won't be migrated, so please take a look at the new config screen to set the mod up to your liking.
  • Removed "ignore list" functionality
    • I never used this, it seemed broken in my testing anyway and nobody reached out when I mentioned planning to remove it. It made the config library change mentioned above much simpler.
  • Deprecated buttons
    • Buttons are now hidden by default; you can enable them again via the configuration for now (use hotkeys instead – default is R or the middle mouse button).
    • Despite the deprecation I also fixed some button logic and updated button texture.
    • Please shout if you rely on using buttons instead of hotkeys, I might reconsider the planned removal.
  • A few other minor fixes

KISS – Keep Inventories Sorted, Simple v0.4.0

22 Oct 20:33
Compare
Choose a tag to compare
  • Support for Minecraft 1.21.2

Let me know if there's any issues. I tested it and things seemed fine, but this is the first time for me updating a mod with significant changes to Minecraft under the hood. I won't be updating my own main world/server to 1.21.2 right away, so there might be problems I wouldn't notice myself.

KISS – Keep Inventories Sorted, Simple v0.3.1

26 Aug 22:39
Compare
Choose a tag to compare
  • Small additional fix for #6: Middle-click-dragging stacks over empty inventory slots in Creative Mode now works as intended, the mod is no longer blocking vanilla behavior even when middle-click activation is configured.

No other functional changes, but some housekeeping: Added CI config and metadata for automated builds with publishing releases to Modrinth and GitHub.

KISS – Keep Inventories Sorted, Simple v0.3.0

24 Aug 19:30
Compare
Choose a tag to compare
  • Special case sorting (shulker boxes, player heads, enchanted books, tools) is now applied regardless of sorting type (ID, name, category, mod) (#5)
    • I still consider dropping different sorting types altogether, as I personally see no benefit to anything other than ID sorting with special case handling for best results; please let me know if and why you depend on other sort types
  • Defining your own ignore lists now actually overrides the default ignore lists
    • On the other hand, when not overriding them, the defaults are now properly respected; the crafting table is ignored by default, meaning you are no longer at risk of accidentally sorting your player inventory (despite having all player inventory sorting options disabled!) when having the crafting table open (#2)
    • While testing this I noticed that the "hide sort button" ignore list doesn't seem to work properly; I don't think this is due to my changes – I have the buttons always disabled, so not a high priority for me to fix; might still remove the buttons completely (and/or the ignore list feature)
  • The default action for the middle mouse button in Creative Mode ("pick stack") is no longer blocked by the mod (#6)

There should be no other functional changes despite a fair bit of code refactoring. That refactoring should make it a bit easier to work on future improvements (special case sorting for sherds, trims, ominous potions and more; better handling/grouping of certain blocks in general – e.g. sorting all different colored concretes together instead of mixing them with wool/terracotta/glass of the same color).

KISS – Keep Inventories Sorted, Simple v0.2.0

30 Jul 21:36
Compare
Choose a tag to compare

Full Changelog: v0.1...v0.2

  • Always sort shulker boxes to the front
    • Only works properly in ID sorting mode
    • Hence ID sorting mode is the new default

KISS – Keep Inventories Sorted, Simple v0.1.0

30 Jul 21:25
Compare
Choose a tag to compare