From: paramat Date: Wed, 5 Oct 2016 20:07:05 +0000 (+0100) Subject: Default/functions: Tune speed of grass spread ABM X-Git-Tag: 0.4.15~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1906ab84f54ed0a171505d5f7295751e88e819ce;p=oweals%2Fminetest_game.git 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. --- diff --git a/mods/default/functions.lua b/mods/default/functions.lua index 901dd934..7770feb0 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