File Details
TidyInv 1.21.1-1.1.2-fabric
- R
- Apr 27, 2026
- 76.74 KB
- 27
- 1.21.1
- Fabric
File Name
tidyinv-1.21.1-1.1.2-fabric.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Changelog — Minecraft 1.21.1
All notable changes to TidyInv for MC 1.21.1 are documented in this file. Format follows Keep a Changelog.
Loaders: Fabric · Forge · NeoForge Java: 21
[1.1.2] — 2026-04-27
Fixed
Rkey now works inside chests and inventory. PressingRwhile a screen was open did nothing because the screen captured the keypress before the keybind handler could react. The mixin now interceptskeyPresseddirectly so sorting works whether or not a screen is open.
[1.1.1] — 2026-04-27
Added
pack.mcmetafor all loaders — fixes the "Failed to load a valid ResourcePackInfo" warning on Forge / NeoForge.
Fixed
- Forge: chest buttons not appearing because the mixin config wasn't registered. Added the
MixinConfigsmanifest attribute to the JAR (the[[mixins]]block inmods.tomlis no longer sufficient on Forge 52).
[1.1.0] — 2026-04
Added
- Vertical sort — column-first sort mode for chests, with its own button (vertical bars icon).
- Take All — chest button (double up arrow) that pulls everything from the chest into your inventory, respecting locked slots.
/tidyinv takecommand for the new Take All action.- Improved config GUI — sectioned layout, tooltips, clearer descriptions.
- Full localization for all new strings in 6 languages.
Changed
getCurrentMode()now reads directly from the live config, so changing the Default Sort Mode in the config menu takes effect immediately on the next click or keypress.
Fixed
- Default sort mode change in config GUI not propagating to the active session.
[1.0.0] — Initial release
- 7 sort modes, 5 chest presets, 4 profiles.
- Locked slots, in-game config GUI (
K), full/tidyinvcommand suite. - Server-side sorting with anti-spam cooldown.
- Public API (
TidyInvAPI). - 6 languages: English, Spanish (ES / MX), Portuguese (BR), French, German.

