From dc894725c71fa2fbb6d33cd4d76c8f78a009d241 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 7 Nov 2015 21:06:54 +0000 Subject: [PATCH] removed abm catch_up on soil changes --- soil.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/soil.lua b/soil.lua index ba96a57..df87eda 100644 --- a/soil.lua +++ b/soil.lua @@ -25,6 +25,7 @@ minetest.register_abm({ nodenames = {"farming:soil", "farming:soil_wet"}, interval = 15, chance = 4, + catch_up = false, action = function(pos, node) pos.y = pos.y + 1