Skip to content

Commit d04b709

Browse files
authoredDec 18, 2019
Add missing 'weather' mod documentation to minetest.conf.example
1 parent c0335e2 commit d04b709

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎minetest.conf.example

+4
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ default:torch 99,default:cobble 99
7171
# Whether river water source nodes create flowing sounds.
7272
# Helps rivers create more sound, especially on level sections.
7373
#river_source_sounds = false
74+
75+
# Enable cloud variation by the 'weather' mod.
76+
# Non-functional in V6 or Singlenode mapgens.
77+
#enable_weather = true

‎settingtypes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ engine_spawn (Use engine spawn search) bool false
7272
# Helps rivers create more sound, especially on level sections.
7373
river_source_sounds (River source node sounds) bool false
7474

75-
# Enable cloud variation.
75+
# Enable cloud variation by the 'weather' mod.
7676
# Non-functional in V6 or Singlenode mapgens.
7777
enable_weather (Enable weather) bool true

0 commit comments

Comments
 (0)