promotional bannermobile promotional banner

TidyInv

Smart, fast, server-friendly inventory sorting with 7 modes, vertical sort, locked slots, profiles, chest presets, deposit/restock/dump/take buttons, in-game config GUI, and a public API. Works in your inventory and in any chest, barrel or shulker.

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

Fabric

modImplementation "curse.maven:tidyinv-1526895:8001484"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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

  • R key now works inside chests and inventory. Pressing R while a screen was open did nothing because the screen captured the keypress before the keybind handler could react. The mixin now intercepts keyPressed directly.

[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 take command.
  • 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 /tidyinv command 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 (the ChannelBuilder API doesn't exist on Forge 47.x). Internal-only difference — no impact on users.