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.
QuickStackDeposit
Press R in your inventory to deposit items into nearby storages that already contain the same item type. Range adjustable 10-100m (default 20m).
| Date uploaded | a week ago |
| Version | 1.0.1 |
| Download link | Freelancers_Union-QuickStackDeposit-1.0.1.zip |
| Downloads | 2551 |
| Dependency string | Freelancers_Union-QuickStackDeposit-1.0.1 |
This mod requires the following mods to function
README
QuickStackDeposit
Press R while your inventory screen is open to instantly deposit matching items into every nearby storage. No more running back and forth between your base's chests to sort loot after a run.
What it does
- Press R with your inventory open (default keybind, changeable).
- Every item in your inventory is checked against nearby storages — chests, cart/trailer cargo, boat cargo holds, and anything else that works like a normal Valheim storage container.
- An item only gets deposited into a storage that already contains that same item type. It won't dump random loot into a chest just because there's an empty slot — it keeps your existing sorting intact.
- If a chest only has room for some of a stack, exactly that much is moved and the rest stays with you.
What it won't touch
- Hotbar items (slots 1–8) are always left alone, so your equipped tools/food/potions never get swept away by accident.
- Equipped gear (weapons, armor, etc.) is skipped by default.
- Storages currently opened by another player are skipped for that pass.
Settings
All settings are configurable in-game with a config manager mod (e.g. Official BepInEx ConfigurationManager, default key F1), or by editing the config file directly at:
BepInEx/config/yourname.valheim.quickstackdeposit.cfg
| Setting | Default | Description |
|---|---|---|
DepositKey |
R |
Key to press (while your inventory is open) to deposit matching items. |
DepositRange |
20 |
How far away (in meters) to look for storages. Range: 10–100. |
IncludeEquippedItems |
false |
If enabled, currently equipped items can also be deposited. |
Notes
- Storages are scanned when you press the button to deposit.
- This works by directly editing inventories rather than going through the normal "open chest" interaction, so it does not enforce ward/private-area access rules the way normal interaction does. Keep that in mind on shared or public servers.
- Requires BepInExPack Valheim — install order doesn't matter, just make sure it's in the same profile.
Disclaimer
This was created for my personal use due to pain of handling all the chests and to be shared with couple friends. Incase you use it it's at your own responsibility. I don't plan to actively upkeep this since there is similar mods
out there, this is just temporary solution while waiting for mods to update.
CHANGELOG
CHANGELOG
v1.1.2
- Reduced amount of redraws, caused stutters
- Fixed borders being drawn over overlaying windows.
v1.1.1
- Added border to indicate the lock
v1.1.0
- Added inventory slot locking
- Added debug messages option
v1.0.2
- Fixed Readme.md and Changelog.md, prepared initial Upload to Hexium
v1.0.1
- Changed the storage scan logic to happen when you press the button to deposit
v1.0.0
- Initial release