From a3e577a3ec7ac4c559e2e1f19b5a653ced258d26 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 23 Nov 2015 18:40:32 +0000 Subject: [PATCH] change flower spread chance --- flowers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)