Make rain particles disappear when they touch the ground
This commit is contained in:
parent
498e4426ea
commit
4b7363fc19
|
@ -107,6 +107,7 @@ minetest.register_globalstep(
|
||||||
minsize = 2,
|
minsize = 2,
|
||||||
maxsize = 3,
|
maxsize = 3,
|
||||||
collisiondetection = true,
|
collisiondetection = true,
|
||||||
|
collision_removal = true,
|
||||||
vertical = true,
|
vertical = true,
|
||||||
texture = "weather_rain.png",
|
texture = "weather_rain.png",
|
||||||
playername = player:get_player_name()
|
playername = player:get_player_name()
|
||||||
|
@ -253,4 +254,4 @@ minetest.register_chatcommand(
|
||||||
|
|
||||||
setweather_type("clear")
|
setweather_type("clear")
|
||||||
|
|
||||||
default.log("mod:weather", "loaded")
|
default.log("mod:weather", "loaded")
|
||||||
|
|
Loading…
Reference in New Issue