From e16b53c9a474d8086e5dd2dacc89cbd7a460d89f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 19 Jul 2016 22:21:08 +0200 Subject: Add hoe texts and update soil texts --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 40dd465..2180778 100644 --- a/init.lua +++ b/init.lua @@ -237,6 +237,10 @@ 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.soil == 1 then + formstring = formstring .. "This block can be turned into soil with a hoe.\n" + end + if data.def.groups.fleshy ~= nil then formstring = formstring .. "This block is made out of flesh.\n" end -- cgit v1.2.3