summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-31 19:03:09 +0200
committerWuzzy <almikes@aol.com>2016-08-31 19:03:09 +0200
commit96e99c7651b4d60bf1cb1d04e8bd80e02f05abbe (patch)
treeec100c6f4274aea8eff2ab411db9c5c7df20b1fe /init.lua
parent49a6eab500fd1b66724eda690be38b312df61b3a (diff)
Mention flora overpopulation
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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