ZenBreeding
Prevent exponential growth by sterilizing offspring. Protect your framerate from infinite replication of tames.
CHANGELOG
v0.4.1
- added hover icon for fertile creatures on mouse hover. This makes them easier to spot when using
ZenHoverItem - minor code cleanup.
v0.4.0
- WARNING: This version removes any Odd Eggs you may have and reverts to a single Egg type. Before applying this update, make sure any Odd Eggs that you purchased or found have been converted into Fresh Eggs at the Food Prep Table or hatched into Hens. After the update, any Odd Eggs will vanish from your inventory.
- This mod has been rewritten to be easier to use, no special custom items are created.
- Fix: Fresh Eggs (aka ChickenEggs) would not grow into adult chickens. Now they can. Any laid eggs will be sterile, but they will hatch to produce sterile hens. Only eggs that you purchase or discover in the wild can grow into fertile hens that can lay more eggs.
v0.3.5
- add German translations
- add Russian translations
v0.3.4
- Compiled for Valheim v0.221.4, Call to Arms
v0.3.3
- fix: allow chickens to breed by adding ChickenEgg to the allowed prefabs list.
v0.3.2
- fix: UI was not displaying the correct fertile status due to the last update. Although the tame's fertile status was correct, the display was wrong. This corrects the display.
v0.3.1
- fix: require two or more fertile tames in the same area before pregnancy can occur.
v0.3.0
- updated for Zen.ModLib v1.2.0
- recompile for BepInEx v5.4.2332
- recompile for JVL v2.26.0
v0.2.5
- change the chicken egg item type to "Material" for better organization.
v0.2.4
- init prefabs after config sync
- update for Zen.ModLib v1.1.0
v0.2.3
- update for compatibility with Zen.ModLib v1.0.5
v0.2.2
- fixed config sync issue
v0.2.1
- removed BepInEx from dependency, Zen.ModLib handles it.
v0.2.0
- use Zen.ModLib
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