

Developer: aedenthorn
Original mod link: https://www.nexusmods.com/valheim/mods/1219
Github: https://github.com/aedenthorn/ValheimMods/tree/master/CraftingFilter
To filter items, you can use one of three methods:
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.
A config file BepInEx/config/cjayride.CraftingFilter.cfg is created after running the game once with this mod.
0.9.3 - Fixed bug with missing assembly MonoMod
0.9.0 - 3 changes (commits) by "Aedenthorn" on Aug 23, 2023 and Oct 6, 2023
0.7.2 - Renamed config file to cjayride.CraftingFilter.cfg -- this is to match the file names of the other mods
0.7.1 - Fix for new update
0.6.1 - Updated for March 1, 2022 valheim game update.