
ZenBreeding
Prevent exponential growth by sterilizing offspring. Protect your framerate from infinite replication of tames.
CHANGELOG
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