1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-20 17:30:31 +02:00

Separate weathers from engine

This commit is contained in:
Till Affeldt
2020-04-13 01:58:27 +02:00
commit 5b3ddf895c
48 changed files with 544 additions and 0 deletions

6
settingtypes.txt Normal file
View File

@ -0,0 +1,6 @@
regional_weather_damage (Storms and hail cause damage to players) bool true
regional_weather_snow_layers (Place snow layers on ground) bool true
regional_weather_puddles (Place rain puddles on ground) bool true
regional_weather_soil (Soil turns wet during rain) bool true
regional_weather_max_height (Maximum height of weather effects) int 120
regional_weather_min_height (Minimum height of weather effects) int -50