# Configuration file general { # Chance for an animal to become a baby animal (default: 50.0) D:chance=50.0 生成动物宝宝的概率(默认:50.0(50%))
I:max_age_ticks=24000 # Maximum random value to set the baby animals age (default: 24000) 动物宝宝随机出现的最大年龄(默认:24000)
I:min_age_ticks=6000 # Minium random value to set the baby animals age (default: 6000) } 动物宝宝随机出现的最小年龄(默认:6000)
# List of mobs that can spawn as baby (default: [minecraft:chicken, minecraft:pig, minecraft:cow, minecraft:sheep, minecraft:mooshroom]) S:mobs_affected < minecraft:chicken minecraft:pig minecraft:cow minecraft:sheep minecraft:mooshroom >} 能以宝宝形态生成的生物名单(默认:鸡、猪、牛、羊、哞菇)
mod_support { # Whenever the Zombie Chicken should be made baby in the Baby Mobs mod (default: false)
B:baby_mobs=false 支持生物宝宝MOD
无论何时,生物宝宝MOD中的僵尸鸡以宝宝形态生成(默认:关闭)
|