# Help making a kitten mod?

**URL:** https://discourse.cataclysmdda.org/t/help-making-a-kitten-mod/16359
**Category:** The Lab
**Created:** [August 24, 2018, 7:04pm UTC](https://discourse.cataclysmdda.org/t/help-making-a-kitten-mod/16359 "2018-08-24T19:04:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![vfate](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/vfate/32/2903_2.png) [@vfate](https://discourse.cataclysmdda.org/u/vfate)
#### Post date: [August 24, 2018, 7:04pm UTC](https://discourse.cataclysmdda.org/t/help-making-a-kitten-mod/16359/1 "2018-08-24T19:04:11Z")

</div>

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](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?

---

<div class="post-metadata">

### Author: ![mlangsdorf](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/mlangsdorf/32/2462_2.png) [@mlangsdorf](https://discourse.cataclysmdda.org/u/mlangsdorf)
#### Post date: [August 24, 2018, 7:15pm UTC](https://discourse.cataclysmdda.org/t/help-making-a-kitten-mod/16359/2 "2018-08-24T19:15:15Z")

</div>

There’s some issues with the animal baby code, but basic functionality is there.

Did you leave the reality bubble in your testing? Because I added your JSON to mon\_cat, debug teleported 3 map tiles, debug changed the day to spring 13, and debug teleported back, and there were 5 little 'c’s wandering around my glass test chamber.

Animals only spawn when entering the reality bubble.
