diff options
-rw-r--r-- | flowers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flowers.lua b/flowers.lua index be1d854..767a992 100644 --- a/flowers.lua +++ b/flowers.lua @@ -3,7 +3,7 @@ minetest.register_abm({ nodenames = {"group:flora"}, neighbors = {"group:soil"}, interval = 50, - chance = 25, + chance = 20, catch_up = false, action = function(pos, node) |