
ZenBreeding
Prevent exponential growth by sterilizing offspring.
Date uploaded | a week ago |
Version | 0.1.6 |
Download link | ZenDragon-ZenBreeding-0.1.6.zip |
Downloads | 104 |
Dependency string | ZenDragon-ZenBreeding-0.1.6 |
This mod requires the following mods to function

denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202
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.23.2README
ZenBreeding
Prevent exponential population growth of tamed creatures by sterilizing offspring. Only wild animals that you tame can produce offspring. Their children will be sterile.
Special handling for chicken eggs: Eggs purchased from the Trader are fertile and produce hens that can lay eggs. However, eggs laid by chickens produce sterile hens.
Client / Server Requirements
NOTE: Technically it is not required on the server. However, if it is installed on the server then it will force all clients to have it installed as well. This is to enable two modes of usage:
- Dedicated server admins can put the mod on the server to enforce all clients to have the mod installed and sync admin configs.
- Trusted friends can agree to run the same mods and connect through a vanilla dedicated server with no enforcement but with locked admin configs.
Improve Your Experience
CORE MODS
The full collection of all Zen MODS:
- Radically improved QoL
- Incredible performance
- Pre-configured
- 100% Gamepad support
- Spectacularly immersive
Enjoy!
Sample Config File
## Settings file was created by plugin ZenBreeding v0.1.0
## Plugin GUID: ZenDragon.ZenBreeding
[Breeding]
## [Admin] Prevent exponential reproduction of tamed creatures.
## - None: No protection, Vanilla behavior
## - All: Remove all reproduction from adults and offspring. No reproduction allowed.
## - BabiesOnly: Babies are sterilized. However, wild creatures which are tamed will still be able to produce offspring.
## Chicken Eggs are a special case, the eggs purchased from the Trader will produce a fertile Hen that can become pregnant if another hen is nearby.
## However, any laid eggs will produce a sterile Hen.
# Setting type: SterilizeType
# Default value: BabiesOnly
# Acceptable values: None, All, BabiesOnly
Sterilize = BabiesOnly
## [Admin] Comma separated list of prefabs that are allowed to reproduce when sterilization is enabled.
# Setting type: StringList
# Default value:
Allowed Creatures =
Like My Mods? Donations Welcome
Bitcoin

CHANGELOG
v0.1.7
- UPDATE FOR VALHEIM v0.220.3
- update configs and logging subsystem
v0.1.6
- update translations
v0.1.5
- fix mistake in the readme, no code changes.
v0.1.4
- added translations
- added convert Old Egg into Fresh Egg at Food Prep Table.
- removed EggGrow component from sterile egg
v0.1.3
- minor filename correction
v0.1.2
- can connect to vanilla servers
v0.1.1
- initial release