MobTwins simply enables the possibility of mobs to have twins when breeding. You can configure the chances and enable / disable each mob in the config.
This plugin should work on most versions post 1.13 but I have only tested on 1.17 so far.
Current mobs:
- Sheep
- Pig
- Cow
- Rabbit
- Panda
- Dog
- Cat
- Horse
- Llama
- Fox
Default config:
Code (YAML):
sheep:
enabled
: true
chance
: 0.1
cow:
enabled
: true
chance
: 0.1
pig:
enabled
: true
chance
: 0.1
rabbit:
enabled
: true
chance
: 0.4
panda:
enabled
: true
chance
: 0.1
dog:
enabled
: true
chance
: 0.1
cat:
enabled
: true
chance
: 0.1
horse:
enabled
: true
chance
: 0.1
llama:
enabled
: true
chance
: 0.1
fox:
enabled
: true
chance
: 0.1
To do:
- Add chances for triplets, etc
- Add customizable cooldowns