From c83a32d8ec4a144bb2d98f597d4c8111dd2a95a6 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Fri, 29 May 2015 12:08:49 +0200 Subject: [PATCH] :cat2: --- weather/snow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather/snow.lua b/weather/snow.lua index 9e2e193..a021244 100644 --- a/weather/snow.lua +++ b/weather/snow.lua @@ -56,7 +56,7 @@ minetest.register_node("weather:snow_cover", { minetest.register_abm({ nodenames = {"group:crumbly", "group:snappy", "group:cracky", "group:choppy"}, neighbors = {"default:air"}, - interval = 10.0, + interval = 10.0, chance = 80, action = function (pos, node, active_object_count, active_object_count_wider) if weather == "snow" then