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.
UnifiedStorage
Unified Chest Terminal for Valheim: native chest UI with nearby storage aggregation, search and scroll.
| Date uploaded | 4 months ago |
| Version | 1.0.1 |
| Download link | andre-UnifiedStorage-1.0.1.zip |
| Downloads | 46 |
| Dependency string | andre-UnifiedStorage-1.0.1 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.27.1README
Unified Storage (Valheim 0.221.12)
Unified storage for Valheim using a dedicated terminal, without changing vanilla chest behavior.
Current state (v1.0.1)
- New placeable:
Unified Chest(via Jotunn). - Opening the terminal uses Valheim's native chest UI.
- Aggregates items from nearby static vanilla chests within configured range.
- Built-in text search in the interface.
- Native scroll support for large item lists.
- Type-based ordering with lightweight material grouping (for example: ores/metals).
- Deposit and withdraw use normal chest interactions.
Take allis disabled in the terminal to avoid incorrect behavior.
Scope
- No built-in crafting system.
- Vanilla chests remain unchanged.
- The terminal is the only access point to unified storage.
Dependencies
denikson-BepInExPack_ValheimValheimModding-Jotunn
Configuration (BepInEx)
ScanRadius = 20MaxContainersScanned = 128RequireAccessCheck = trueTerminalPieceEnabled = trueTerminalDisplayName = "Unified Chest"TerminalRangeOverride = 0
Project structure
src/UnifiedStorage.Mod: Valheim plugin (BepInEx + Jotunn).src/UnifiedStorage.Core: shared models and logic.tests/UnifiedStorage.Core.Tests: core unit tests.
Local build
PowerShell:
$VALHEIM_MANAGED_DIR = "C:\Program Files (x86)\Steam\steamapps\common\Valheim\valheim_Data\Managed"
$BEPINEX_CORE_DIR = "C:\Users\<user>\AppData\Roaming\r2modmanPlus-local\Valheim\profiles\<profile>\BepInEx\core"
$JOTUNN_DLL = "C:\Users\<user>\AppData\Roaming\r2modmanPlus-local\Valheim\profiles\<profile>\BepInEx\plugins\ValheimModding-Jotunn\Jotunn.dll"
dotnet build .\src\UnifiedStorage.Mod\UnifiedStorage.Mod.csproj -c Release `
/p:VALHEIM_MANAGED_DIR="$VALHEIM_MANAGED_DIR" `
/p:BEPINEX_CORE_DIR="$BEPINEX_CORE_DIR" `
/p:JOTUNN_DLL="$JOTUNN_DLL"
Output:
src/UnifiedStorage.Mod/bin/Release/net472/UnifiedStorage.dllsrc/UnifiedStorage.Core/bin/Release/netstandard2.0/UnifiedStorage.Core.dll
Manual install (r2modman profile)
Copy DLLs to:
BepInEx/plugins/UnifiedStorage/
Files:
UnifiedStorage.dllUnifiedStorage.Core.dll
Thunderstore packaging
Expected release ZIP layout:
manifest.jsonREADME.mdicon.pngplugins/UnifiedStorage/UnifiedStorage.dllplugins/UnifiedStorage/UnifiedStorage.Core.dll