Slow down leafdecay

This should also increase the performance minimally.
master
LNJ 2016-08-04 23:08:42 +02:00
parent ff671c8730
commit 137b9df403
1 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@ core.register_abm({
nodenames = {"group:leafdecay"},
neighbors = {"air", "group:liquid"},
-- A low interval and a high inverse chance spreads the load
interval = 2,
chance = 5,
interval = 3,
chance = 11,
action = function(p0, node, _, _)
local do_preserve = false