From 14856a1421e460c87c37fab5f5fcb50e0013eae8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 24 Jul 2016 02:14:01 +0200 Subject: Update many texts about plants --- init.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 2180778..eec1ade 100644 --- a/init.lua +++ b/init.lua @@ -237,8 +237,14 @@ doc.new_category("nodes", { formstring = formstring .. "This block is choppy to some extent and can be dug by axes and similar tools.\n" end + if data.def.groups.flora == 1 then + formstring = formstring .. "This block is 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.\n" + end + if data.def.groups.soil == 1 then - formstring = formstring .. "This block can be turned into soil with a hoe.\n" + formstring = formstring .. "This block is natural soil for wild plants such as grass, mushrooms or and supports their growth and spreading.\n" + elseif data.def.groups.soil == 2 or data.def.groups.soil == 3 then + formstring = formstring .. "This block serves as a soil for wild plants as well as plants grown from seeds. It supports their growth and spreading.\n" end if data.def.groups.fleshy ~= nil then -- cgit v1.2.3