forked from mtcontrib/farming
removed abm catch_up on soil changes
This commit is contained in:
parent
2d55fb613b
commit
dc894725c7
1
soil.lua
1
soil.lua
@ -25,6 +25,7 @@ minetest.register_abm({
|
|||||||
nodenames = {"farming:soil", "farming:soil_wet"},
|
nodenames = {"farming:soil", "farming:soil_wet"},
|
||||||
interval = 15,
|
interval = 15,
|
||||||
chance = 4,
|
chance = 4,
|
||||||
|
catch_up = false,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
|
|
||||||
pos.y = pos.y + 1
|
pos.y = pos.y + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user