No Mob Farm configuration progress
This commit is contained in:
parent
ecc0008f8b
commit
1a89bc4cea
1 changed files with 46 additions and 0 deletions
46
config/nomobfarm.properties
Normal file
46
config/nomobfarm.properties
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
# No Mob Farm (mob farm debuffs) config
|
||||||
|
|
||||||
|
bamboo_drop_requires_player=false
|
||||||
|
gourd_drop_requires_player=false
|
||||||
|
farmer_instant_pickup=true
|
||||||
|
piston_moves_gourd=false
|
||||||
|
cactus_drop_requires_player=false
|
||||||
|
sugar_cane_drop_requires_player=false
|
||||||
|
|
||||||
|
|
||||||
|
# Natural Mob Spawning (default: 100000)
|
||||||
|
natural_max_wait=50000
|
||||||
|
# Natural Mob Spawning (options)
|
||||||
|
natural_offline_persistence=259200
|
||||||
|
natural_recovery_rate=3.0E-4
|
||||||
|
natural_max_deaths=-1
|
||||||
|
natural_min_deaths=0
|
||||||
|
natural_slowdown_rate=1000
|
||||||
|
|
||||||
|
|
||||||
|
# Spawner debuffs (default: 10000, turned off)
|
||||||
|
spawner_max_wait=0
|
||||||
|
# Spawner debuffs (options)
|
||||||
|
spawner_slowdown_near_rate=20
|
||||||
|
spawner_recovery_rate=0.001
|
||||||
|
spawner_max_deaths=-1
|
||||||
|
spawner_offline_persistence=259200
|
||||||
|
spawner_slowdown_far_rate=100
|
||||||
|
spawner_slowdown_rate=20
|
||||||
|
spawner_min_deaths=15
|
||||||
|
|
||||||
|
# Zombie reinforcement penalties
|
||||||
|
reinforcement_penalty_conversion=false # default: true
|
||||||
|
reinforcement_penalty=0 # default: 0.049
|
||||||
|
|
||||||
|
# Iron Farms
|
||||||
|
golem_detection_memory=0 # default: 10000
|
||||||
|
|
||||||
|
# Raid Farms
|
||||||
|
raid_center_min_randomization=16
|
||||||
|
|
||||||
|
raid_min_size=512
|
||||||
|
|
||||||
|
raid_center_max_randomization=24
|
||||||
|
|
||||||
|
raid_no_bad_omen_loop=true
|
Loading…
Reference in a new issue