From a977aca40edd185464f505f23d2592bbd0e63374 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 1 Apr 2017 07:30:40 +0200 Subject: [PATCH] Lower chances for snow cleanup ABM --- mods/ITEMS/mcl_core/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_core/functions.lua b/mods/ITEMS/mcl_core/functions.lua index aa492b6ae..e127165d4 100644 --- a/mods/ITEMS/mcl_core/functions.lua +++ b/mods/ITEMS/mcl_core/functions.lua @@ -415,7 +415,7 @@ minetest.register_abm({ nodenames = {"mcl_core:dirt_with_grass_snow", "mcl_core:podzol_snow", "mcl_core:mycelium_snow"}, neighbors = {"air"}, interval = 68.1, - chance = 2, + chance = 18, action = function(pos, node) if pos == nil then return