From 1906ab84f54ed0a171505d5f7295751e88e819ce Mon Sep 17 00:00:00 2001 From: paramat Date: Wed, 5 Oct 2016 21:07:05 +0100 Subject: [PATCH] Default/functions: Tune speed of grass spread ABM Through testing the chance is changed to 50 such that grass spread speed matches that of the previous (0.4.13) ABM version. --- mods/default/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/functions.lua b/mods/default/functions.lua index 901dd93..7770feb 100644 --- a/mods/default/functions.lua +++ b/mods/default/functions.lua @@ -354,7 +354,7 @@ minetest.register_abm({ "default:snow", }, interval = 6, - chance = 67, + chance = 50, catch_up = false, action = function(pos, node) -- Check for darkness: night, shadow or under a light-blocking node