anvilcraft/src/cfg/main_chickens.cfg
Kurt Brunner efdc6edc4a Added Mystical Agriculture recipes
editet Mystiacal Agriculture Config
editet Chickens Congig
2020-04-29 21:01:52 +02:00

24 lines
761 B
INI

# Configuration file
general {
# Stats will be always shown in WAILA without the need to analyze chickens first when enabled. [default: false]
B:alwaysShowStats=true
# Chicken Entity ID [range: -2147483648 ~ 2147483647, default: 30000]
I:entityId=30000
# Maximal brood size, must be greater than the minimal size [range: 2 ~ 2147483647, default: 5]
I:maxBroodSize=100
# Minimal brood size [range: 1 ~ 2147483647, default: 3]
I:minBroodSize=3
# Nether chicken spawn chance multiplier, e.g. 0=no initial spawn, 2=two times more spawn rate [range: 0.0 ~ 3.4028235E38, default: 1.0]
S:netherSpawnChanceMultiplier=2.0
# Spawn probability [range: -2147483648 ~ 2147483647, default: 10]
I:spawnProbability=0.1
}