Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Crafting Achievement Tracker
See exactly what you still need to craft for Valheim's crafting achievements (The Artisan, weapons, food): F8 panel with progress, items missing per crafting station and the full list, plus marks in the crafting menu.
By Tuercas
| Last updated | 9 hours ago |
| Total downloads | 57 |
| Total rating | 1 |
| Categories | Mods Crafting Utility AI Generated |
| Dependency string | Tuercas-Crafting_Achievement_Tracker-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
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.2350README
Crafting Achievement Tracker
Never wonder what's left for the crafting achievements again. This mod reads the progress the game already keeps and shows you exactly which items you still have to craft, grouped by crafting station.
Features
- Progress panel (F8) – for every crafting list of the game (The Artisan, weapons, food…): your progress, how many items are missing per crafting station (and station level) and the full list of missing items.
- Press F8 again to go to the next list; the last press closes the panel.
- Left/Right arrows or PgUp/PgDn change page. Esc closes it.
- Crafting menu marks –
*= still needed,[x]= already crafted, no mark = doesn't count for the achievement. Both symbols are configurable. - Craft notice – a small message when you craft something that counts.
- Uses the game's own data – nothing to import; the exact item list of each achievement comes from the game.
- English and Spanish – follows the game's language (or pick one in the config).
- Silent by default – no log spam. Optional
VerboseLoggingfor bug reports.
Console commands
Press F5 (launch the game with -console):
artisan status progress of every crafting list
artisan pending [type] items still missing (optional filter, e.g. Chest)
artisan done [type] items already crafted
artisan debug support information (prints only to the console)
Configuration
The config file is created the first time you start the game with the mod installed (BepInEx/config).
| Option | Default | What it does |
|---|---|---|
Language |
Auto | Auto / English / Spanish |
SummaryKey |
F8 | Key of the progress panel |
PanelFontSize |
15 | Font size of the panel |
ShowPopup |
true | Notice when you craft a tracked item |
MarkPendingInMenu |
true | Marks in the crafting menu |
PendingMarker |
* |
Text for missing items |
CraftedMarker |
[x] |
Text for crafted items |
TrackedAchievement |
artisan|artesano | Which list gets the menu marks |
VerboseLogging |
false | Writes diagnostics to the BepInEx log |
Notes
- The mod only reads your progress. It does not change, unlock or grant any achievement and it does not modify your save.
- Valheim may treat modded sessions differently when it comes to achievements. This mod does not change that behaviour.
- Progress is stored by the game per character, so it is shown per character.
- The mod relies on internal names of the game, so a game update may break parts of it. If the panel or the menu marks stop working after an update, please report it together with the game version.
- Client side only: it adds no items, no networking and does not need to be installed on the server.
- Tested on Valheim 1.0.15.
Credits
Idea, direction and in-game testing by the mod author. The code, texts, translations, this README and the icon were made with the help of generative AI (Claude, by Anthropic). Built on BepInEx and Harmony (not included in this download).