File Details
TidyInv 1.20.1-1.1.1-fabric
- R
- Apr 27, 2026
- 76.91 KB
- 45
- 1.20.1
- Fabric
File Name
tidyinv-1.20.1-1.1.1-fabric.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Changelog — Minecraft 1.20.1
All notable changes to TidyInv for MC 1.20.1 are documented in this file. Format follows Keep a Changelog.
Loaders: Fabric · Forge (NeoForge does not exist for MC 1.20.1 — its first release was on MC 1.20.2). Java: 17
[1.1.1] — 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.
[1.1.0] — 2026-04
Backport of TidyInv 1.1.0 features from the 1.21.1 line.
Added
- Vertical sort — column-first sort mode for chests.
- Take All — chest button that pulls everything into your inventory.
/tidyinv takecommand.- Improved config GUI — sectioned layout, tooltips, clearer descriptions.
- Full localization for new strings in 6 languages.
Changed
getCurrentMode()reads from live config — default sort mode change applies immediately.
Fixed
- Default sort mode change in config GUI not propagating to the active session.
[1.0.0] — Initial 1.20.1 port
First TidyInv release for Minecraft 1.20.1 (Fabric, Forge).
- 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.
Forge networking on MC 1.20.1 uses
NetworkRegistry.newSimpleChannel+registerMessage(theChannelBuilderAPI doesn't exist on Forge 47.x). Internal-only difference — no impact on users.

