1
0
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:
Till Affeldt
2020-04-24 01:36:58 +02:00
parent 32ab2c4d23
commit 677382c142
50 changed files with 174 additions and 69 deletions

View File

@ -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)