diff options
author | est31 <MTest31@outlook.com> | 2016-05-05 16:12:58 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-05-05 16:12:58 +0200 |
commit | 063be8a126b5f5131f190f318921d707db981322 (patch) | |
tree | b62532d09961c7fd1b54de5da71fe4ba60f38621 /minetest.conf.example | |
parent | d864c1333303f0f38df1a8106c4b11ecfce529ad (diff) | |
download | minetest-063be8a126b5f5131f190f318921d707db981322.tar.gz minetest-063be8a126b5f5131f190f318921d707db981322.tar.bz2 minetest-063be8a126b5f5131f190f318921d707db981322.zip |
Update settings translation file and minetest.conf.example
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index e72c7e357..5090a620b 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -253,9 +253,9 @@ # type: bool # enable_local_map_saving = false -# Show entity selection boxes. +# Show entity selection boxes # type: bool -# show_entity_selectionbox true +# show_entity_selectionbox = true # Enable usage of remote media server (if provided by server). # Remote servers offer a significantly faster way to download media (e.g. textures) @@ -988,7 +988,7 @@ # type: float # dedicated_server_step = 0.1 -# Length of time between Active Block Management execution cycles +# Time in between active block management cycles # type: float # active_block_mgmt_interval = 2.0 @@ -1372,7 +1372,7 @@ # Flags that are not specified in the flag string are not modified from the default. # Flags starting with 'no' are used to explicitly disable them. # type: flags possible values: altitude_chill, noaltitude_chill, humid_rivers, nohumid_rivers -# mgvalleys_spflags = altitude_chill,humid_rivers +# mg_valleys_spflags = altitude_chill,humid_rivers # The altitude at which temperature drops by 20C # type: int @@ -1537,3 +1537,4 @@ # type: string # modstore_details_url = https://forum.minetest.net/mmdb/mod/*/ + |