From: Paramat Date: Wed, 18 Dec 2019 22:32:09 +0000 (+0000) Subject: Add missing 'weather' mod documentation to minetest.conf.example X-Git-Tag: 5.2.0~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d04b709181f3cb37063f74a813310a1122eb513f;p=oweals%2Fminetest_game.git Add missing 'weather' mod documentation to minetest.conf.example --- diff --git a/minetest.conf.example b/minetest.conf.example index f599ca7a..86eba660 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -71,3 +71,7 @@ default:torch 99,default:cobble 99 # Whether river water source nodes create flowing sounds. # Helps rivers create more sound, especially on level sections. #river_source_sounds = false + +# Enable cloud variation by the 'weather' mod. +# Non-functional in V6 or Singlenode mapgens. +#enable_weather = true diff --git a/settingtypes.txt b/settingtypes.txt index 793125f9..eff1e902 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -72,6 +72,6 @@ engine_spawn (Use engine spawn search) bool false # Helps rivers create more sound, especially on level sections. river_source_sounds (River source node sounds) bool false -# Enable cloud variation. +# Enable cloud variation by the 'weather' mod. # Non-functional in V6 or Singlenode mapgens. enable_weather (Enable weather) bool true