> I would really like to make it so there is only one type of duck egg and it has a random chance of being male or female but I have not managed to work out how to do this yet. If you know how, please let me know.
There are two ways you can accomplish this:
You can either randomly (like 50-50 each) patch in the hatch item ID for only one of female ducks or male ducks. The disadvantage of this method is that if you have multiple duck eggs ready to hatch on one day, they will either all be male or all be female.
Add Extra Animal Config and use its feature of random hatching. The disadvantage obviously is reliance on an external framework dependency.
Otherwise, nice mod! More mods to make animals more interesting is always welcome.
Having just adding male and female variants of my own bird: a pheasant, this is interesting! Also, with the randomized hatching you could add a .01 chance of hatching a cockatrice... hmm.
3 comments
There are two ways you can accomplish this:
Otherwise, nice mod! More mods to make animals more interesting is always welcome.