Hello group, I’m trying to make a kitten mod. It’s my first mod and I’m just experimenting so bear with me.
Here’s my monsters.json – https://pastebin.com/kkGkJEG3
Question is: how can I get cat breeding to work? or at least reproduction spawning.
I figured it’d be in these key variables
“reproduction”: { “baby_monster”: “mon_cat_kitten”, “baby_count”: 5, “baby_timer”: 10 },
“baby_flags”: [ “SPRING” ],
But I left two cats alone in a room, gave them both cat food and let time pass through debug or waiting days, still no kittens. Can create them in debug though. Maybe theres some code missing from the new dog breeding update?