diff --git a/mods/weather/init.lua b/mods/weather/init.lua index 3230368..120c6d0 100644 --- a/mods/weather/init.lua +++ b/mods/weather/init.lua @@ -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") \ No newline at end of file +default.log("mod:weather", "loaded")