Add missing 'weather' mod documentation to minetest.conf.example
authorParamat <paramat@users.noreply.github.com>
Wed, 18 Dec 2019 22:32:09 +0000 (22:32 +0000)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2019 22:32:09 +0000 (22:32 +0000)
minetest.conf.example
settingtypes.txt

index f599ca7a0e0986fce242e4ffbbefa66a12ad2ea8..86eba660f2818326d37d243d421926cf9ae366b5 100644 (file)
@@ -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
index 793125f9406057c71de3b5bf281066ff17ca0e5a..eff1e902e2f18a0f09344aa0c6a6706590cd81ab 100644 (file)
@@ -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