CrazyPony-CraftingFilter icon

CraftingFilter

Adds a filter menu to the crafting tab. letting you show only recipes for specific item types. You can also set custom categories with multiple types per category.

Last updated 8 months ago
Total downloads 1506
Total rating 0 
Categories Tweaks Client-side Hildir's Request Update
Dependency string CrazyPony-CraftingFilter-0.8.8
Dependants 7 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2105 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.2105

README

Developer: aedenthorn

Original mod link: https://www.nexusmods.com/valheim/mods/1219

Github: https://github.com/aedenthorn/ValheimMods/tree/master/CraftingFilter

This mod adds a filter to the crafting tab

To filter items, you can use one of three methods:

  1. Hover over the Craft button and a drop down menu will be shown with item types for available recipes that you can click on to switch filters.
  2. Use the scroll wheel while hovering over the Craft button to switch filters.
  3. Set hot keys or buttons to switch to next or prev filter.

These methods can each be disabled or enabled in the config.

Individual item types are taken from items themselves so don't blame me if an item has the wrong type.


Item Categories

By default, the mod uses the built in item types to create categories, but you can set up custom categories to group item types together or change the display name of a category. To do this, edit the file BepInEx/plugins/CraftingFilter/categories.json using the following syntax for each entry:

<name>:<type1>,<type2>[...]

Here's an example custom categories.json file:

{ "categories": [ "All:None", "Resources:Material,Consumable", "Weapons:OneHandedWeapon,Bow,Ammo,Hands,TwoHandedWeapon", "Armor:Shield,Helmet,Chest,Legs,Shoulder", "Misc:Customization,Trophie,Misc,Attach_Atgeir", "Tools:Torch,Utility,Tool" ] }

Any category which has the None type in it will show all items.

Categories are sorted alphabetically with the category with None in it at the top.

Changelog

  • 0.8.0 - Fix for 0.217.14