From ea4d245f17dac0a61514ea129b51555fe17f86c7 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 7 Nov 2015 20:50:50 +0000 Subject: disable abm catch_up --- dirt.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dirt.lua') diff --git a/dirt.lua b/dirt.lua index 1213d68..a19635e 100644 --- a/dirt.lua +++ b/dirt.lua @@ -68,6 +68,7 @@ minetest.register_abm({ nodenames = {"default:dirt_with_grass"}, interval = 5, chance = 2, + catch_up = false, action = function(pos, node) local count_grasses = {} local curr_max = 0 @@ -98,6 +99,7 @@ minetest.register_abm({ nodenames = {"group:ethereal_grass"}, interval = 2, chance = 20, + catch_up = false, action = function(pos, node) local name = minetest.get_node({x = pos.x, y =pos.y + 1, z = pos.z}).name local nodedef = minetest.registered_nodes[name] -- cgit v1.2.3