
QuickStackStore ItemDrawers Fix
Compatibility fix that adds correct and predictable ItemDrawers support to Quick Stack Store (QSS). Prevents random empty drawer usage.Details
QuickStackStore ItemDrawers Compatibility Fix
This mod adds proper and predictable compatibility between Quick Stack Store (QSS) and ItemDrawers / Storage Drawers for Valheim.
It fixes incorrect drawer selection behavior when using QuickStack and ensures items are stacked only into matching drawers first, without randomly filling empty drawers.
What this mod does
- Integrates ItemDrawers into QuickStackStore logic
- Always prioritizes drawers that already contain the same item
- Prevents items from being scattered into random empty drawers
- Optional setting to allow filling empty drawers only if explicitly enabled
- Leaves items in player inventory if no suitable drawer is found
- Fully standalone compatibility patch (no source edits)
Why this mod exists
QuickStackStore works only with Valheim Container objects.
ItemDrawers uses a different storage system and is ignored by default.
This mod bridges that gap safely and intentionally.
Configuration
Config file location:
BepInEx/config/pavel.quickstackstore.itemdrawers_compat.cfg
Key options:
SearchRadius– Drawer search radiusFillEmptyDrawers– Allow using empty drawers if no matching drawer exists (default: false)IncludeHotbar– Include hotbar itemsPreferQssRadiusIfAvailable– Use QSS range instead of custom radius
Requirements
- BepInEx
- Quick Stack Store (QSS)
- ItemDrawers / Storage Drawers
Credits
This is a compatibility fix for:
Quick Stack Store by Goldenrevolver
https://thunderstore.io/c/valheim/p/Goldenrevolver/Quick_Stack_Store_Sort_Trash_Restock
Source
GitHub repository: https://github.com/Gerbesh/Valheim_QSS_SD_fix
Support & Community
For questions, feedback or bug reports find Gerbesh in the Odin Plus Team on Discord:
If you encounter bugs, have feature requests or need help:
- Write directly on Discord
- I respond quickly and actively maintain this mod
License
MIT