
A Minecraft mod that attempts to mitigate the ever-growing Inventory Problem by making it possible to manage the contents of shulker boxes, ender chests, and more directly from your inventory.
Oh, we also have fancy tooltips for shulker boxes, ender chests, maps, and beyond!
Ctrl + MMB, such as chests, barrels, furnaces, hoppers, dispensers, droppers, and more.
As mentioned earlier, inventory-providing items (e.g., shulker boxes, ender chests, and any items registered via the Packed Inventory API) automatically gain bundle-like functionality, allowing you to quickly move items into or out of them.
To store items inside an inventory-providing item, you can either:
k on the item(s) to be stored, ork on the inventory-providing item(s) to be stored, ork on the inventory-providing item.To retrieve items from an inventory-providing item:
k on the empty slot(s) to extract the item(s) to, orl or ctrl + k on the slot(s) to extract the item(s) to, orl or ctrl + k on the inventory-providing item(s) to extract the items from.To dump all items from an inventory-providing item out into the world:
k.Here are some tooltip examples for you:

More screenshots can be found here.
Key binds can be configured just like vanilla ones:
Options.Controls.Key Binds.Packed Inventory section.
Available key binds:
Interact with item - Interacts with the item in the active hotbar slot. Alternatively, if the inventory screen is open, interacts with the item the mouse is hovering over. Depending on the context, this action can either: open a screen associated with the selected item, store an item inside the selected inventory-providing item, retrieve an item from the selected inventory-providing item, or dump all the items stored in the selected inventory-providing item out into the world (K by default)Toggle interaction mode (hold) - Makes the Interact with item key bind behave like Extract from item (Left Control by default)Extract from item - Extracts an item from the selected inventory-providing item (L by default)Invert tooltip visibility (hold) - Inverts tooltip visibility while pressed (Left Shift by default)Invert tooltip compact mode (hold) - Inverts tooltip compact mode while pressed (C by default)Note that it's totally fine for these key binds to interfere with others since they are applied only when your inventory screen is open, where other key binds usually do not work.
If you have Cloth Config installed, you can customize the behavior of the mod. A config is usually located at ./config/packed-inventory.json.
tooltip.enable - indicates whether a tooltip should be enabled by default or not (client, true by default)tooltip.compact - indicates whether tooltip compact mode should be enabled by default or not (client, false by default)tooltip.showWhenEmpty - indicates whether a tooltip should be shown when its content is empty or not (client, false by default)tooltip.rows - specifies the number of rows used to display tooltip content (client, -1 by default)tooltip.columns - specifies the number of columns used to display tooltip content (client, -1 by default)tooltip.usePredefinedColor - indicates whether a tooltip should use item color or not (client, false by default)tooltip.color - specifies default tooltip color in case usePredefinedColor is set to false, or item color cannot be automatically determined (client, false by default)tooltip.syncInterval - determines how often synchronization should occur (client, 5000 by default)tooltip.size - specifies size of a tooltip (mostly used by the filled_map tooltip) (client, 128 by default)validation.enable - indicates whether an action associated with this validation rule should be allowed at all or not (server, true by default)validation.suppressValidationInCreative - indicates whether validation should be suppressed for creative players (server, true by default)validation.requiresPlayerOnGround - indicates whether a player should be on the ground in order to proceed (server, true by default)validation.requiresSilkTouch - indicates whether a player should have a tool enchanted with silk touch enchantment in order to proceed (server, true by default)You can edit any of these values directly in the config file or via ModMenu.
Requirements:
You can download the mod from:
No files available for download.