mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-20 09:20:29 +02:00
Change weather to be outside only, add underground skybox, add hud overlays
This commit is contained in:
@ -5,12 +5,16 @@ local conditions = {
|
||||
max_height = regional_weather.settings.max_height,
|
||||
min_heat = 50,
|
||||
max_humidity = 25,
|
||||
min_windspeed = 6
|
||||
min_windspeed = 6,
|
||||
min_light = 15
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
||||
effects["regional_weather:damage"] = true
|
||||
effects["climate_api:hud_overlay"] = {
|
||||
file = "weather_hud_sand.png",
|
||||
z_index = -100
|
||||
}
|
||||
|
||||
effects["climate_api:particles"] = {
|
||||
min_pos = {x=-9, y=-5, z=-9},
|
||||
|
Reference in New Issue
Block a user