SortToChests

Quick‑stack your inventory into nearby chests with one keypress.

File Details

sorttochests-1.0.3

  • R
  • Jun 18, 2026
  • 34.55 KB
  • 771
  • 1.20.1
  • Forge

File Name

sorttochests-1.0.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:sorttochests-1482495:8272147")

Learn more about Curse Maven

 

1.0.3

-Added a toggleable detailed chat report: after a quick-stack, a summary of moved items is sent to chat; can be toggled on/off with a new keybind "Toggle Quick Stack Chat Report".

-Added support for item handlers inside the player's own inventory as quick-stack targets (e.g. Sophisticated Backpacks) via new config option enableInventoryItemHandlers.

-Added hotbar protection: new config option ignoreHotbar prevents items in hotbar slots 0–8 from being moved; backpacks in ignored hotbar slots are also skipped as targets.

-Added configurable ignored inventory slots: new config list ignoredInventorySlots allows specific player inventory slots (0–35) to be excluded from quick-stacking.

-New chat report config options: reportInChatmaxReportedItemTypes — control whether the report is shown and how many item types appear in it.

-Internal: cooldown cleanup logic extracted into a dedicated cleanupCooldowns() method; LAST_CLEANUP_TICK moved from a static field to an instance variable lastCleanupTick.