diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index eb17ebc74..c78266e7b 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -18,7 +18,7 @@ #screenW = 800 #screenH = 600 #port = 30000 -#address = kray.dy.fi +#address = #name = # Whether to try to fog out the border of the visible area @@ -44,14 +44,14 @@ # Server side stuff # -#map-dir = /home/palle/custom_map +# Set to true to enable experimental features +#enable_experimental = false -#plants_amount = 1.0 -#ravines_amount = 1.0 -#coal_amount = 1.0 +#map-dir = /home/palle/custom_map # Set to true to enable creative mode (unlimited inventory) #creative_mode = false + # Player and object positions are sent at intervals specified by this #objectdata_inverval = 0.2 |