2021-08-20 13:08:17 -07:00
|
|
|
# How many chunks can generate before adding another to spawn queue
|
2021-08-20 20:16:29 -07:00
|
|
|
chunk_spawn_add_int (Chunk Spawning Addition Interval) float 64
|
2021-08-20 13:08:17 -07:00
|
|
|
|
|
|
|
# How often (in seconds) the spawn queue is executed and cleared
|
2021-08-20 20:16:29 -07:00
|
|
|
chunk_spawn_queue_int (Chunk Spawning Queue Execution Interval) float 16
|
|
|
|
|
|
|
|
# If true, mobs will spawn in the wild
|
|
|
|
spawn_mobs (Spawn Mobs) bool true
|
|
|
|
|
|
|
|
# If true, items from mobs_redo and mobs_animal will be converted to Animalia items
|
|
|
|
convert_redo_items(Convert Mobs Redo Items) bool false
|