
ZenWorldSettings
World settings: environment, tombstones, spawners, door keys, carts, candles, shield gens, turrets, etc.Details
v0.5.3
- added an option to allow items to teleport.
- changed config names and sections related to NoCraft/NoTeleport. Please check your configs if you use these sections.
v0.5.2
- add an option to prevent tombstones from being used as free 32 slot containers.
- moved a vanilla fix into
Zen.ModLib v1.1.11
v0.5.1
- Added feature: Spawners control to limit the monsters that can spawn in biomes based on world progression. Prevent high-level monsters from spawning in low-level biomes after advancing world progression. Highly configurable, but the default configuration should suite most player needs. Off by default.
v0.5.0
- overhaul of "Limited Use Door Keys" check the configs! Keys can now be repaired and upgraded.
- Introduced new configs for key upgrades, durability, and station requirements.
v0.4.0
- "Single Use Door Keys" are now "Limited Use Door Keys"
- They can be defined to break after a fixed number of uses (default 2)
- Broken keys will remain in your inventory. However, they will not open doors until repaired.
- Default configs enable the Forge to repair keys.
v0.3.5
- fixed readme
v0.3.4
- change config option params for "Day Length Seconds" so that setting it to 0 to disables the option. New default: 0
v0.3.3
- fix: load env configs on login instead of ZNetScene.Awake
- update for Zen.ModLib v1.1.0
v0.3.2
- fixed config sync
v0.3.1
- removed BepInEx from dependency, Zen.ModLib handles it.
v0.3.0
- use Zen.ModLib
v0.2.6
- removed fireplace check code entirely. npc fireplaces can burn out of fuel.
v0.2.5
- fixed nullref error that can happen with some mods regarding Fireplaces.
v0.2.4
- Moved SingleUseDoorKeys from ZenPlayer back to ZenWorldSettings, it's a global world setting not a per player setting. Also changed the default to false instead of true.
- Updated logging and configs subsystem
v0.2.3
- code cleanup and bugfixes
v0.2.2
- UPDATE FOR VALHEIM v0.220.3
v0.2.1
- UNDO: moved to fast with prior update. Put NoCraftNoTeleport options back here from
ZenConstruction
v0.2.0
- moved SmashTrash to
ZenRecycle
- moved Structure and
NoCraftNoTeleportrelated options toZenConstruction
- moved Raid & SpawnProtect related stuff to
ZenRaids
- moved all player related stuff to new mod
ZenPlayer
- inventory
- death
- health
- food
- durability
- skills
- stamina
- autopickup
- sleep
- workstation
v0.1.20
- Add config option to extend Autopickup Toggle Button with 3rd option: Pickup only items already in your inventory.
v0.1.19
- Update README, no code changes.
v0.1.18
- Fixed typo in description.
v0.1.17
- Moved the Breeding section to its own mod:
ZenBreeding