diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-07 21:06:54 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-07 21:06:54 +0000 |
commit | dc894725c71fa2fbb6d33cd4d76c8f78a009d241 (patch) | |
tree | 4e908b56a94a467594a8bd424d4aa51c5f79d87f | |
parent | 2d55fb613b6e34d72db3e5d8b5f502dc6c9f2136 (diff) |
removed abm catch_up on soil changes
-rw-r--r-- | soil.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |