LTDV10Test/packet/config/butchercraft-common.toml
3944Realms 67a395b765
Some checks failed
Deploy to Remote Server / deploy (push) Failing after 1m11s
初始化
2026-04-14 18:20:56 +08:00

23 lines
629 B
TOML

#Animals
[animals]
#How much longer should it take for a baby animal to age?
#Range: 0.0 ~ 1.0
breeding_mulitplier = 0.1
#How much longer should it take for an animal to be able to breed again?
#Range: 1.0 ~ 1.7976931348623157E308
age_multiplier = 4.0
#Nutrition of wild animals.
#Range: 0.0 ~ 1.0
nutrition_multiplier = 0.3
#Mobs
[mobs]
#Chance that an undead mob will spawn with an animal hood.
#Range: 0.0 ~ 1.0
hoodChanceMultiplier = 0.0
#Chance that a carcass applies its bloody effects per inventory tick. (Default 1/1000) Raising this can decrease server lag.
#Range: > 1
armyHoodChanceMultiplier = 3000