diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-29 15:55:00 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-29 15:55:00 +0000 |
commit | 7ee716e3b4c0b58be19288452e17793bb1d3ac4e (patch) | |
tree | 1bdd74411453e3a1c2cd61989bd9bce84e90d854 /flowers.lua | |
parent | dbcd9e18e3ad76247a2feadafbbd066a63639b36 (diff) |
decrease flower spawn rate, was too quick
Diffstat (limited to 'flowers.lua')
-rw-r--r-- | flowers.lua | 4 |
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) |