18 lines
855 B
Plaintext
18 lines
855 B
Plaintext
# The version of this config. Do not edit (it'll wipe your settings!)
|
|
version = "0.3"
|
|
# Set the preset to use when creating a new world
|
|
default_preset = "default"
|
|
# Set whether tooltips should be displayed by default in the config gui.
|
|
tooltips = true
|
|
# Set whether coordinates should be displayed by default in the config gui.
|
|
coords = false
|
|
# The number of milliseconds a single feature/structure can generate for before a warning
|
|
# is printed to the logs. This may help track down mods that are causing world-gen to run slow.
|
|
# Set to -1 to disable.
|
|
feature_warn_time = 50
|
|
# The number of milliseconds after which the server will be considered 'deadlocked' (when it
|
|
# gets stuck trying to generate a feature/structure). This is usually caused by third-party mods.
|
|
# Set to -1 to disable deadlock detection & reporting.
|
|
server_deadlock_timeout = 45000
|
|
|