summaryrefslogtreecommitdiff
path: root/flowers.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-29 15:55:00 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-29 15:55:00 +0000
commit7ee716e3b4c0b58be19288452e17793bb1d3ac4e (patch)
tree1bdd74411453e3a1c2cd61989bd9bce84e90d854 /flowers.lua
parentdbcd9e18e3ad76247a2feadafbbd066a63639b36 (diff)
decrease flower spawn rate, was too quick
Diffstat (limited to 'flowers.lua')
-rw-r--r--flowers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/flowers.lua b/flowers.lua
index f7b3b5e..df3646e 100644
--- a/flowers.lua
+++ b/flowers.lua
@@ -2,8 +2,8 @@
minetest.register_abm({
nodenames = {"group:flora"},
neighbors = {"group:soil"},
- interval = 20,
- chance = 5,
+ interval = 25,
+ chance = 10,
catch_up = false,
action = function(pos, node)