mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-03-15 12:21:24 +00:00
17 lines
No EOL
700 B
Text
17 lines
No EOL
700 B
Text
# How many chunks can generate before adding another to spawn queue
|
|
chunk_spawn_add_int (Chunk Spawning Addition Interval) float 6
|
|
|
|
# How often (in seconds) the spawn queue is executed and cleared
|
|
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
|
|
|
|
# If true, Guano will accumulate under resting bats
|
|
guano_accumulation (Guano Accumulation) bool true
|
|
|
|
# If true, Guano can be used as fertilizer
|
|
guano_fertilization (Guano Fertilization) bool true |