diff options
-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) |