From 96e99c7651b4d60bf1cb1d04e8bd80e02f05abbe Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 31 Aug 2016 19:03:09 +0200 Subject: Mention flora overpopulation --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 3a5bab3..c2c4bf9 100644 --- a/init.lua +++ b/init.lua @@ -151,7 +151,7 @@ end -- flora group local function f_flora(itemstring, def) if def.groups.flora == 1 then - return "This block belongs to the Flora group. It a living organism which likes to grow and spread on dirt with grass or dirt with dry grass when it is in light. On desert sand, it will wither and die and turn into a dry shrub." + return "This block belongs to the Flora group. It a living organism which likes to grow and spread on dirt with grass or dirt with dry grass when it is in light. Spreading will stop when the surrounding area is too crammed with Flora blocks. On desert sand, it will wither and die and turn into a dry shrub." else return "" end -- cgit v1.2.3