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