Add missing 'weather' mod documentation to minetest.conf.example

Cette révision appartient à :
Paramat 2019-12-18 22:32:09 +00:00 révisé par GitHub
Parent c0335e24c9
révision d04b709181
Signature inconnue de Gitea
ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec 5 ajouts et 1 suppressions

Voir le fichier

@ -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

Voir le fichier

@ -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