Skip to content

Commit

Permalink
Add missing 'weather' mod documentation to minetest.conf.example
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Dec 18, 2019
1 parent c0335e2 commit d04b709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions minetest.conf.example
Expand Up @@ -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
2 changes: 1 addition & 1 deletion settingtypes.txt
Expand Up @@ -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

0 comments on commit d04b709

Please sign in to comment.