BetterConsumables
Enhanced food and potion mechanics for Valheim with configurable effect multipliers, duration multipliers, and quality-of-life improvements. Features ServerSync for multiplayer compatibility.Changelog
[1.1.0] - 2026-09-09
Changed
- Updated for Valheim 1.0 (requires BepInExPack Valheim 5.4.2350 or newer)
- Bundled ServerSync updated to v1.20, recompiled for Valheim 1.0.
- Potion duration now extends the effect itself. Health, stamina and eitr meads keep their regeneration rate and sustain it for the full multiplied duration. Previously the multiplier only held the icon on screen after the regeneration had already finished, and the idle tail blocked drinking the same potion again. Flat buffs such as resist meads are unaffected.
Fixed
- Froze the character on Valheim 1.0. Reading a private game field threw a FieldAccessException every physics tick, which aborted Player.FixedUpdate before movement was processed.
- Changing any setting in-game logged an error and stopped the change syncing to other players.
- Food duration multiplier compounded on every meal. The multiplier was applied repeatedly to shared item data, so a 2x setting became 4x, 8x and so on as you kept eating, and the inflated value persisted for the rest of the session. It is now applied once from the food's base duration.
Fixed
- Food duration multiplier compounded on every meal. The multiplier was applied repeatedly to shared item data, so a 2x setting became 4x, 8x and so on as you kept eating, and the inflated value persisted for the rest of the session. It is now applied once from the food's base duration.
[1.0.0] - 2025-01-31
Added
-
Food Enhancements
- Food decay removal system
- Configurable health multiplier (1x-5x)
- Configurable stamina multiplier (1x-5x)
- Configurable eitr multiplier (1x-5x)
- Food duration extension (1x-5x)
-
Potion Improvements
- Potion cooldown removal
- Potion duration multiplier (1x-5x)
- Support for healing, stamina, and eitr meads
- Lingering potion compatibility
-
ServerSync Integration
- Server admin control with lock functionality
- Automatic config syncing between server and clients
-
Configuration Options
- Independent toggles for all features
- Real-time application of configuration changes
- BepInEx Configuration Manager integration


