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.
UnifiedAutoRepair
Repairs every eligible item when you use a crafting station. Split out of Valheim Unified.
CHANGELOG
Changelog
1.0.1
- Also trigger when a station becomes the player's active one (
Player.SetCraftingStation), not only fromCraftingStation.Interact, so every station type is covered. Both hooks repair once per interaction. - When a station opens with damaged items but nothing gets repaired, the log now lists each item and the reason Valheim's repair rules gave (wrong station, station level too low, no roof or fire, not repairable). Reported: repairs happen at the workbench but not at the forge.
1.0.0
- First standalone release. Moved out of Valheim Unified 0.41.0 with unchanged behaviour: every eligible item is repaired when the local player uses a crafting station.
- Fails safely: if a future Valheim update moves the repair methods, the mod logs an error and stays inactive instead of patching the wrong code.