diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 46a9e8cfc..4d6b76c84 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -266,6 +266,10 @@ #disable_anticheat = false # If true, actions are recorded for rollback #enable_rollback_recording = false +# If true, blocks are cached (and generated if not before) before a player is spawned. +#cache_block_before_spawn = true +# Defines the maximum height a player can spawn in a map, above water level +#max_spawn_height = 50 # Profiler data print interval. #0 = disable. #profiler_print_interval = 0 |