Make rain particles disappear when they touch the ground

This commit is contained in:
KaadmY 2016-11-13 17:24:52 -08:00 committed by GitHub
parent 498e4426ea
commit 4b7363fc19
1 changed files with 2 additions and 1 deletions

View File

@ -107,6 +107,7 @@ minetest.register_globalstep(
minsize = 2,
maxsize = 3,
collisiondetection = true,
collision_removal = true,
vertical = true,
texture = "weather_rain.png",
playername = player:get_player_name()
@ -253,4 +254,4 @@ minetest.register_chatcommand(
setweather_type("clear")
default.log("mod:weather", "loaded")
default.log("mod:weather", "loaded")