
Quick Stack Inventory
I am pleased to present Quick Stack Inventory! A Terraria-inspired mod that lets you sort your inventory into nearby containers with a single keypress. Ignores hotbar and attachment slots.
Features:
- Quick Stack (default: V): Searches a configurable radius around the player for valid containers and moves matching items from your inventory into them. Items are only moved if there is available space.
- Misc Inventories (assign with: V + Right Click): Low-priority containers that receive overflow and unsorted items during a dump.
- Dump Inventory (default: Shift + V): Sorts your inventory into nearby containers, then sends all remaining and overflow items into your assigned misc inventories.
Config:
- radius — Scan radius in blocks (default: 8, max: 16)
- min_slots — Minimum slots a container must have to be eligible (default: 9, excludes furnaces and brewing stands)
- button_offset_x / button_offset_y — Pixel position of the Quick Stack button in the inventory screen
Compatibility:
This mod uses NeoForge's IItemHandler capability system, meaning it is compatible with any modded storage block that implements it — including Sophisticated Storage. Containers with fewer slots than the min_slots threshold (such as furnaces and brewing stands) are automatically excluded. This is fully configurable in the config file.
If you encounter a mod conflict or unexpected behavior, please report it in the GitHub issues (https://github.com/jacgoldberg/Inventory-Quick-Stack/issues) or leave a comment!