A Valheim mod that auto-sorts your storage. Dump everything in one chest and it distributes to the rest.
C#Game DevelopmentOpen Source
About This Project
A Valheim mod that sorts your base's storage for you. Add a Sorter toggle to any chest, dump a full inventory into it, and on close everything gets moved to the right chest nearby (stone with your stone, food in the kitchen) while anything it can't place stays put so nothing is ever lost. It also works in reverse: pin a set of items to a chest and a Pull button restocks them from nearby storage on demand. Built on BepInEx, HarmonyX, and Jötunn in C#/.NET, it routes every transfer through MultiUserChest's networking so only a chest's actual owner ever modifies it. That's the detail most sorting mods get wrong, and why they eat items on multiplayer servers. Config lives on the server and syncs to every client so the whole group runs the same rules. Published on Thunderstore.