You are viewing a potentially older version of this package. View all versions.
Terramizer-BrennivinProtection-1.0.3 icon

BrennivinProtection

I use AI to review code, assist with optimization and integrity; I manually test and review every mod, and all decisions and code remain my own. Fermentable Brennivín flask for death protection and bed teleport.

Date uploaded 2 weeks ago
Version 1.0.3
Download link Terramizer-BrennivinProtection-1.0.3.zip
Downloads 23
Dependency string Terramizer-BrennivinProtection-1.0.3

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 icon
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.2350
ValheimModding-Jotunn-2.30.0 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.30.0

README

BrennivinProtection

I use AI to review code and assist with optimization and integrity; I manually test and review every mod, and all decisions and code remain my own.

Current release: 1.0.0, rebuilt against the current Valheim 1.0 assemblies.

Adds Brennivín, a cyan-blue fermentable flask for Valheim.

  • Craft Mead base: Brennivín at the Mead Ketill.
  • Ferment the base to produce one Brennivín flask.
  • Carry the flask to die normally but keep inventory and equipment.
  • One flask is consumed automatically when death protection activates.
  • Drink it to teleport to your claimed bed.
  • The mod attempts to play Valheim's wake-up animation after bed teleport.
  • Base recipe uses Cloudberries, Honey, Thistle, Dandelion, and Bone Fragments.
  • Uses Jotunn network compatibility and server-controlled gameplay config.

Created by R4V9N1.

CHANGELOG

Changelog

1.0.7

  • Removes the obsolete sheet-to-bag death compatibility route; protected death leaves EquipmentSheet ownership untouched.
  • Keeps EquipmentSheet protection caching as the only cross-mod handoff before death.

1.0.6

  • Requires a persistent consumed-protection marker written only when Brennivín is actually consumed.
  • Prevents a stale or restored status effect from preserving an unconsumed flask and inventory.
  • Clears the consumed marker when protection prevents death, so the next death is normal unless another flask is consumed.

1.0.5

  • Drinking Brennivín now activates the persistent “The gods are protecting you” status effect.
  • Protection persists through logout/login and is consumed only when it prevents death.
  • Preserves vanilla bag items and EquipmentSheet gear without bed teleportation.
  • Removed Brennivín’s automatic bed-teleport behavior.

1.0.4

  • Adds a direct EquipmentSheet compatibility hook so Brennivín can consume a flask from dedicated sheet storage and skip tombstone creation without moving equipped gear into the vanilla bag.
  • Preserves EquipmentSheet gear and inventory when Brennivín death protection activates, including when the vanilla bag is full.

1.0.3

  • Fixes a critical EquipmentSheet interaction: when Brennivín death protection activates, sheet gear and food remain in their persistent slots instead of being moved into the vanilla bag before tombstone creation is skipped.
  • Prevents the death-protection path from leaving EquipmentSheet items stranded, duplicated, or vulnerable to full-bag loss.

1.0.2

  • Added the initial EquipmentSheet death-protection compatibility correction.

1.0.0

  • Rebuilt against the current Valheim 1.0 assemblies.
  • Preserves Brennivín death protection, inventory/equipment handling, bed teleport, recipe, and Jotunn compatibility behavior.
  • Replaced the package icon with a custom-made, non-AI-generated icon.

0.1.3

  • Replaced the temporary LightMyFire placeholder package icon with a Brennivín-specific cyan protection flask icon.

0.1.2

  • Fixed Brennivín not registering when vanilla mead-base prefabs are material items instead of drinkable consumables.
  • Marked Mead base: Brennivín as a material-style fermentable base item.

0.1.1

  • Changed crafting flow so the Mead Ketill creates Mead base: Brennivín.
  • Added Fermenter conversion from the base to one Brennivín flask.
  • Updated item description text.
  • Added a best-effort wake-up animation pulse after drinking teleport completes.

0.1.0

  • Initial Brennivín item.
  • Added carried death protection that still lets the player die, consumes one flask, and skips tombstone item transfer.
  • Added drink action that teleports to the player's claimed bed.
  • Added Mead Ketill recipe.
  • Added reflective Equipment Sheet death-flow compatibility.

1.0.2

  • Prevents the EquipmentSheet compatibility hook from moving sheet items into the bag before Brennivín suppresses tombstone creation, preventing stranded or duplicated sheet gear.