mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-21 18:00:29 +02:00
Tweak fog effect, add puddle variants, imrove frost HUD
This commit is contained in:
@ -36,11 +36,12 @@ local effects = {}
|
||||
effects["climate_api:particles"] = {
|
||||
min_pos = {x=-12, y=-4, z=-12},
|
||||
max_pos = {x= 12, y= 1, z= 12},
|
||||
falling_speed=-0.1,
|
||||
amount=1,
|
||||
exptime=5,
|
||||
size=0.8,
|
||||
texture="weather_pollen.png"
|
||||
falling_speed = -0.1,
|
||||
acceleration = {x=0,y=-0.03,z=0},
|
||||
amount = 1,
|
||||
exptime = 5,
|
||||
size = 0.8,
|
||||
texture = "weather_pollen.png"
|
||||
}
|
||||
|
||||
climate_api.register_weather(name, conditions, effects)
|
||||
|
Reference in New Issue
Block a user