From 34e7b1637006f0c21d26040a24ec93cde634243e Mon Sep 17 00:00:00 2001
From: tenplus1 <kinsellaja@yahoo.com>
Date: Thu, 8 Jan 2015 21:17:15 +0000
Subject: [PATCH] Bugfix

---
 flowers.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flowers.lua b/flowers.lua
index a955349..e975255 100644
--- a/flowers.lua
+++ b/flowers.lua
@@ -19,7 +19,7 @@ minetest.register_abm({
 
 			local crystal = minetest.find_nodes_in_area(pos0, pos1, {"ethereal:crystalgrass"})
 			local frost = minetest.find_nodes_in_area(pos0, pos1, {"ethereal:frost_tree"})
-			if #crystal > 7 and #frost > 7 then
+			if #crystal > 5 and #frost > 7 then
 				local ppos = crystal[1]
 				ppos.y = ppos.y - 1
 				local nod = minetest.get_node(ppos).name
-- 
GitLab