Fix nomobfarm config comments
This commit is contained in:
parent
6854acd6d8
commit
9f318fb892
1 changed files with 6 additions and 3 deletions
|
@ -31,11 +31,14 @@ spawner_slowdown_rate=20
|
||||||
spawner_min_deaths=15
|
spawner_min_deaths=15
|
||||||
|
|
||||||
# Zombie reinforcement penalties
|
# Zombie reinforcement penalties
|
||||||
reinforcement_penalty_conversion=false # default: true
|
reinforcement_penalty_conversion=false
|
||||||
reinforcement_penalty=0 # default: 0.049
|
# default: true
|
||||||
|
reinforcement_penalty=0
|
||||||
|
# default: 0.049
|
||||||
|
|
||||||
# Iron Farms
|
# Iron Farms
|
||||||
golem_detection_memory=0 # default: 10000
|
golem_detection_memory=0
|
||||||
|
# default: 10000
|
||||||
|
|
||||||
# Raid Farms
|
# Raid Farms
|
||||||
raid_center_min_randomization=24
|
raid_center_min_randomization=24
|
||||||
|
|
Loading…
Reference in a new issue