UkieModding-LootFilterUI icon

LootFilterUI

Choose which items are excluded from auto-pickup via an in-game UI

Last updated a day ago
Total downloads 32
Total rating 0 
Categories Mods Misc Utility AI Generated
Dependency string UkieModding-LootFilterUI-0.0.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333
ValheimModding-Jotunn-2.26.1 icon
ValheimModding-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.26.1

README

Loot Filter

Tired of your inventory filling up with stones, resin, and greydwarf eyes? Loot Filter lets you choose exactly which items are excluded from auto-pickup — right from an in-game UI.

Features

  • In-game filter panel showing every item you have discovered, grouped by category with their icons
  • One click to toggle: click an item to exclude it from auto-pickup (marked red with a ✕), click again to re-enable
  • Inventory button: a Loot Filter button is added to the top bar of your inventory, next to the Trophies button
  • Hotkey: press L to open/close the filter panel anywhere
  • Persistent: your exclusions are saved to the mod config and survive restarts
  • Excluded items can still be picked up manually — only auto-pickup is blocked

Usage

  1. Open your inventory and click the Loot Filter button in the top bar (or press L)
  2. Click any item to exclude it from auto-pickup — it turns red with a ✕ marker
  3. Click it again to allow auto-pickup again
  4. Close the panel and enjoy a cleaner inventory

Exclusions are stored in BepInEx/config/com.ukie.ValheimLootFilter.cfg and can also be edited there by hand (comma-separated prefab names).

Installation (manual)

  1. Install BepInEx and Jötunn
  2. Drop ValheimLootFilter.dll into BepInEx/plugins

AI usage disclaimer

Parts of this mod's code were written with the assistance of AI tools (Claude). All AI-generated code has been reviewed and tested in-game by a human before release.

Known issues

Changelog

0.0.2

  • Loot Filter button injected into the inventory top bar (vanilla-styled, custom icon)
  • Dynamic top-bar layout that fits all buttons inside the section — plays nice with other mods that add buttons
  • Filter panel with category grouping and item icons

0.0.1

  • Initial release: exclude items from auto-pickup via config