Improve wind position for particles, add command to set wind, improve wind influences

This commit is contained in:
Till Affeldt
2020-04-18 11:12:47 +02:00
parent 241a0a82c1
commit a6cfca7745
8 changed files with 55 additions and 28 deletions

View File

@ -9,4 +9,5 @@ climate_api_humidity_base (Global base humidity) float 0
climate_api_time_spread (Regulates how quickly the weather changes) float 1 0.1 10
climate_api_particle_count (Multiplicator for used particles) float 1 0.1 2
climate_api_fahrenheit (Show degrees in Fahrenheit instead of Celsius) bool false
climate_api_tick_speed (Update speed of weather effects) float 1 0.1 10
climate_api_tick_speed (Update speed of weather effects) float 1 0.1 10
climate_api_volume (Volume of sound effects) float 1 0 10