Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
InventoryActions
Standalone inventory actions split from InventorySlots mod: hold containers to quick stack/restock, favorite slots, sort inventories/containers, set restock limits, and trash selected items.
| Date uploaded | 3 weeks ago |
| Version | 1.0.0 |
| Download link | sighsorry-InventoryActions-1.0.0.zip |
| Downloads | 169 |
| Dependency string | sighsorry-InventoryActions-1.0.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333README
InventoryActions
Standalone inventory actions split from InventorySlots mod: hold containers to quick stack/restock, favorite slots, sort inventories/containers, set restock limits, and trash selected items.
Hovering a container shows hold actions for area quick stack and area restock. Area ranges are centered on the interacted container.
Hold E to quick stack matching non-favorited player items into the hovered container and nearby eligible containers.
Favoriting marks the inventory slot itself, making that slot immune to quick stack while also registering it as a restock target.
Hold Alt+E by default to restock favorited inventory stacks from the hovered container and nearby eligible containers.
Take stacks pulls only matching stackable items that are not favorited.
Client restock limits can cap favorite restock targets per prefab, such as Stone: 10 or Coins: 500.
- favorite player inventory slots with
LeftAlt + left click - hold
Ewhile hovering a container to quick stack matching non-favorited stackable items - restock existing stacks from the current container
- area quick stack with vanilla Use and area favorite restock with
LeftAlt + E - player and container sort buttons
- trash confirmation for held player inventory items
InventoryActions is incompatible with InventorySlots and Quick Stack Store to avoid duplicate buttons, hotkeys, and inventory mutations.
Github
Quick stack, restock, and inventory favorite code from QuickStackStore.
https://github.com/sighsorry1029/InventorySlots
CHANGELOG
Version |
Update Notes |
|---|---|
| 1.0.2 | - Kept the center-screen result counts for container quick stack and container restock actions. - Removed the other action success/result messages, including take all, place all, sort, and trash, while keeping failure and warning messages. - Restored only the quick stack/restock result localization tokens and removed unused result tokens for the quieter actions. |
| 1.0.1 | - Mirrored InventorySlots action-cell and container action helper policies with tests to reduce drift risk. - Refactored favorite/restock eligibility and container move/grid-order helpers without intended behavior changes. - Added client config options to adjust the player inventory Sort and Trash button positions live with x/y text values. |
| 1.0.0 | - Initial standalone InventoryActions release. |