Spawn rain and snow particles higher

This commit is contained in:
Wuzzy 2020-04-07 02:40:48 +02:00
parent c9cc3651df
commit 17f611567c
3 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ mcl_weather.rain.add_rain_particles = function(player)
pos = {x=random_pos_x, y=random_pos_y, z=random_pos_z},
velocity = {x=0, y=-10, z=0},
acceleration = {x=0, y=-30, z=0},
expirationtime = 0.2,
expirationtime = 1.0,
size = math.random(0.5, 3),
collisiondetection = true,
collision_removal = true,