mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-19 00:40:30 +02:00
Very minor weather tweaks
This commit is contained in:
@ -13,7 +13,7 @@ effects["regional_weather:spawn_puddles"] = true
|
||||
effects["regional_weather:wetten_farmland"] = true
|
||||
|
||||
effects["climate_api:sound"] = {
|
||||
name = "weather_rain",
|
||||
name = "weather_rain"
|
||||
}
|
||||
|
||||
effects["climate_api:particles"] = {
|
||||
|
@ -3,7 +3,7 @@ local name = "regional_weather:storm"
|
||||
local conditions = {
|
||||
min_height = regional_weather.settings.min_height,
|
||||
max_height = regional_weather.settings.max_height,
|
||||
min_windspeed = 3.5
|
||||
min_windspeed = 3
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
Reference in New Issue
Block a user