
ValheimUnified
A Valheim 1.0-compatible, single-plugin replacement for a curated set of quality-of-life mods.Valheim Unified
One BepInEx plugin for Valheim 1.0 that bundles the quality-of-life features that used to take a dozen separate mods: bigger stacks, a clock, faster portals, auto-repair, quick stack / restock / sort / store, favourites, a confirmed trash action, and crafting straight from nearby chests.
Every piece of UI this mod adds is cloned from Valheim's own inventory controls, so it looks like part of the game and follows the language you play in (Korean and English labels included).
Installation
With a mod manager (recommended) — r2modman, Thunderstore Mod Manager or
Gale: search for ValheimUnified and install. BepInExPack_Valheim is pulled
in automatically.
Manually — install BepInExPack_Valheim, then copy
plugins/ValheimUnified/ValheimUnified.dll from this archive into
Valheim/BepInEx/plugins/.
Works on Windows and macOS (Steam). Client-side: other players do not need the mod, but the crafting-from-chests and store actions only use chests you are allowed to open.
Features and hotkeys
| Feature | How |
|---|---|
| Item stacks ×10, weight ×0.1 | automatic (both multipliers configurable) |
| Clock with Valheim day and time | top-right corner |
| Faster portal transition | automatic |
| Auto-repair at crafting stations | interact with a workbench / forge |
| Quick stack to chests within 10 m | P or the Quick Stack button |
| Restock ammo & food from chests within 10 m | L or Restock |
| Store everything into the open chest | J or Store All |
| Sort inventory or open chest | O or Sort |
| Trash the hovered item (asks first) | Delete |
| Favourite a slot | Alt + click |
| Favourite an item type | Ctrl + Alt + click |
| Craft, upgrade, build and refuel from chests within 20 m | automatic |
Favourited slots and items are never quick-stacked, stored, sorted away or trashed. Favourites are saved with your character.
Crafting from chests pays from your backpack first and only takes the shortfall from chests. The requirement numbers in the crafting panel already include what your nearby chests hold.
Configuration
Edit BepInEx/config/com.xman0922.valheimunified.cfg (or use a config editor in
your mod manager). Every feature has its own Enabled switch. Notable keys:
| Section | Key | Default |
|---|---|---|
| Item stacks | StackMultiplier, WeightMultiplier |
10, 0.1 |
| Inventory and quick stack | QuickStackKey, RestockKey, StoreAllKey, SortKey, TrashKey |
P, L, J, O, Delete |
| Inventory and quick stack | QuickStackRange, RestockRange |
10 |
| Favorites | ModifierKey |
LeftAlt |
| Crafting from containers | Range, IncludeBuilding, IncludeSmelters, ExcludedContainers |
20, true, true, empty |
| Clock | UseGameTime, RightMargin, TopMargin |
true, 24, 24 |
| Fast teleport | InitialTimer |
8 |
| Inventory UI | ShowActionButtons, NativeButtonOffsetX/Y |
true, 10 / 0 |
Experimental and not yet included
- Extended slots (an equipment row and three quick slots) ship disabled
(
Extended slots / Enabled = false). Back up your character before turning it on. - Targeted portals and portal protection, server-shared map exploration, and multi-user chest access are planned but not in this release.
- Lowering
StackMultiplieror removing the mod can lose items that exceed the new stack limit. Split oversized stacks first.
Source and building
Source: https://github.com/KYUHEON-LEE-94/valheim-unified. MIT licensed.
The project targets net472 and references the game's own assemblies. On a
non-default Steam library, pass the Valheim directory explicitly:
dotnet build -c Release -p:ValheimDir="/path/to/Valheim"
scripts/package.sh produces the Thunderstore ZIP in dist/.

