You are viewing a potentially older version of this package. View all versions.
ZenDragon-Zen_ModLib-1.1.3 icon

Zen ModLib

Shared code library used in all ZenMods.

Date uploaded 4 days ago
Version 1.1.3
Download link ZenDragon-Zen_ModLib-1.1.3.zip
Downloads 2916
Dependency string ZenDragon-Zen_ModLib-1.1.3

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
ValheimModding-Jotunn-2.24.3 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.24.3

README

Zen.ModLib

This is a shared library for all ZenMods

It should be included automatically by any ZenMod you install if you are using a package manager like R2 or Gale.

There is no reason to install this by itself without a ZenMod to use it, that would be pointless.

Learn more via the links below...

Improve Your Experience

ALL ZenMods

The full collection of all Zen MODS:

  • Radically improved QoL
  • Incredible performance
  • Pre-configured
  • 100% Gamepad support
  • Spectacularly immersive

Enjoy!

CHANGELOG

v1.1.3

  • add compatibility for Seasons mod in fireplace fuel burn rate calculations.

v1.1.2

  • Changed remap of gamepad sit from Select to X + Alt Function to free up room for ZenConstruction to use Select as the dedicated Hammer button.

v1.1.1

  • Add method: UI.InsertInteractAlt

v1.1.0

  • improved config sync handling for prefabs and fallback for single player mode.
  • refactored internal code
  • add default constructor to StringList
  • code cleanup: remove some public methods, breaks backwards compatibility with some ZenMods, update all ZenMods.

v1.0.5

  • add capability to automatically sync config changes for custom crafting items.

v1.0.4

  • internal code cleanup

v1.0.3

  • relocated input refresh method to base class, no major changes.

v1.0.2

  • fix minor logging issue.

v1.0.1

  • add config option to force gamepad remap if desired.

v1.0.0

  • initial release