From 7ee716e3b4c0b58be19288452e17793bb1d3ac4e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sun, 29 Nov 2015 15:55:00 +0000 Subject: [PATCH] decrease flower spawn rate, was too quick --- flowers.lua | 4 ++-- 1 file 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)