You are viewing a potentially older version of this package. View all versions.
Gerbesh-QuickStackStore_ItemDrawers_Fix-1.0.5 icon

QuickStackStore ItemDrawers Fix

Compatibility fix that adds correct and predictable ItemDrawers support to Quick Stack Store (QSS). Prevents random empty drawer usage.

Date uploaded 2 weeks ago
Version 1.0.5
Download link Gerbesh-QuickStackStore_ItemDrawers_Fix-1.0.5.zip
Downloads 835
Dependency string Gerbesh-QuickStackStore_ItemDrawers_Fix-1.0.5

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
Goldenrevolver-Quick_Stack_Store_Sort_Trash_Restock-1.4.13 icon
Goldenrevolver-Quick_Stack_Store_Sort_Trash_Restock

Quick Stacking, Sorting, Trashing and more in one cohesive package

Preferred version: 1.4.13
KGvalheim-ItemDrawers-1.1.0 icon
KGvalheim-ItemDrawers

Rework of ItemDrawers mod

Preferred version: 1.1.0

README

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 radius
  • FillEmptyDrawers – Allow using empty drawers if no matching drawer exists (default: false)
  • IncludeHotbar – Include hotbar items
  • PreferQssRadiusIfAvailable – 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

CHANGELOG

Changelog

1.0.4

  • Fixed incorrect drawer selection logic
  • Added strict matching before empty drawer usage
  • Added config option to control empty drawer behavior
  • Improved safety and predictability of QuickStack behavior