Trying to add weather.conf???

This commit is contained in:
sloantothebone 2015-08-03 20:30:31 -06:00
parent c44efda7dd
commit 55fde16523
1 changed files with 15 additions and 0 deletions

15
weather/weather.conf Normal file
View File

@ -0,0 +1,15 @@
--This controls whether the ground is covered with precipitation.
--If the waterplus mod is activated, rain will drop waterplus:finite_1.
--Otherwise, it will use default:water_flowing which will most likely disappear immediately.
--It should look like rain drops soaking into the ground or something.
--SNOW_COVER activates snow covering the ground when it falls.
--By default the mod uses its own snow, weather:snow_cover so I added the option USE_DEFAULT_SNOW which makes the mod use default:snow.
--Edit: I tested it and it really didnt seem to work. At least the default:water_flowing thing. So I commented things out. RAIN_DROPS requires waterplus, and by default SNOW_COVER is default:snow. Go into snow.lua to change it to weather:snow_cover.
RAIN_DROPS = true
SNOW_COVER = true
--USE_DEFAULT_SNOW = false