

Author: YouDied! Version: 1.0.0 Framework: BepInEx 5
Adds 1, 2, or 3 extra food slots to your character. The extra slots appear on the left side of the screen, stacked directly above the three vanilla food icons.
All vanilla eating rules are preserved:
The slot count setting can be changed in-game with no restart required — install the Configuration Manager mod and press F1.
ExtraFoodSlots.dll into:
<Valheim>\BepInEx\plugins\ExtraFoodSlots\ExtraFoodSlots.dll<Valheim>\BepInEx\config\youdied.extrafoodslots.cfg| Key | Default | Range | Description |
|---|---|---|---|
ExtraSlotCount |
1 |
1–3 |
Number of extra food slots to add. Changes apply immediately in-game. |
m_food, m_foodStamina, m_foodEitr, m_foodBurnTime fields so any custom food item works automatically.m_foods list on your character. Stats are calculated client-side and sent to the server normally. Other players see your correct HP/stamina values.Requires .NET SDK 6+ and Valheim installed at the default Steam path.
dotnet build
# Or with a custom Valheim path:
dotnet build -p:ValheimDir="D:\Games\Valheim"
The DLL is automatically copied to BepInEx\plugins\ExtraFoodSlots\ on build.