Macheon-SmartStorage icon

SmartStorage

Auto-sorts items into the right chest when shift-clicking. Items go to nearby chests that already contain that item type.

By Macheon
Last updated 6 hours ago
Total downloads 77
Total rating 0 
Categories Mods Tweaks Client-side Utility Bog Witch Update AI Generated
Dependency string Macheon-SmartStorage-0.2.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
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.2333

README

SmartStorage

Auto-sorts items into the right chest when shift-clicking, instead of dumping everything into the currently opened chest.

How it works

When you shift+click an item from your inventory while a chest is open:

  • SmartStorage searches for nearby chests that already contain that item type
  • If a match is found, the item goes there automatically
  • If no match exists, vanilla behavior kicks in (item goes to the open chest)

No more manually placing wood in the wood chest, stones in the stone chest. Just shift+click and let the mod handle the sorting.

Features

  • Automatic smart sorting — items go where they belong
  • HUD notification — visual feedback when an item is auto-sorted
  • Configurable scan radius — from 1m to 50m (default: 10m)
  • Multiplayer-friendly — only targets chests you own (configurable)
  • Vanilla-compatible — fallback to default behavior when no smart match exists
  • Localization-aware — item names display correctly in your language
  • Optimized — caching system to avoid lag on large bases

Installation

Via r2modman / Thunderstore Mod Manager (recommended)

Click the "Install with Mod Manager" button on the Thunderstore page.

Manual installation

  1. Install BepInEx Pack Valheim
  2. Download SmartStorage.dll
  3. Place it in <Valheim>/BepInEx/plugins/SmartStorage/
  4. Launch Valheim

Configuration

Settings are in BepInEx/config/com.macheon.smartstorage.cfg:

Setting Default Description
Enabled true Master toggle for the mod
ScanRadius 10 Container search radius in meters (1-50)
ShowNotifications true Display HUD message on auto-sort
RequireOwnedContainers true Only target chests you own
VerboseLogging false Log every transfer to BepInEx console

Usage tips

  • Set up once, sort forever: put one wood log in your "wood chest", one stone in your "stone chest", etc. From then on, shift+clicking any wood/stone auto-sorts to the right place.
  • Increase the radius if your storage room is large
  • Disable temporarily by setting Enabled = false in the config (no need to remove the mod)

Compatibility

  • Valheim 0.221.x (Unity 6)
  • Single-player and multiplayer
  • Works alongside most other QoL mods

Credits

Made by Macheon - first Valheim mod, feedback welcome!

License

MIT