summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2015-05-11 19:20:58 +0100
committertenplus1 <kinsellaja@yahoo.com>2015-05-11 19:20:58 +0100
commite639b287097d1e180ef3ebee97c027640400da55 (patch)
treee3b25dbc5e29a9d13171d1fb3db8430aa3cd9855
parentf8e37b264b6a4b0956f30014e85113335d96b6b6 (diff)
improved code
-rw-r--r--soil.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/soil.lua b/soil.lua
index 000af1d..1c2c57c 100644
--- a/soil.lua
+++ b/soil.lua
@@ -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)