improved code

This commit is contained in:
tenplus1 2015-05-11 19:20:58 +01:00
parent f8e37b264b
commit e639b28709
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ minetest.register_alias("farming:desert_sand_soil_wet", "farming:soil_wet")
-- if water near soil then change to wet soil
minetest.register_abm({
nodenames = {"farming:soil", "farming:soil_wet"},
interval = 1, -- 15
interval = 15,
chance = 4,
action = function(pos, node)