removed abm catch_up on soil changes

This commit is contained in:
TenPlus1 2015-11-07 21:06:54 +00:00
parent 2d55fb613b
commit dc894725c7
1 changed files with 1 additions and 0 deletions

View File

@ -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