diff options
author | Wuzzy <almikes@aol.com> | 2016-07-19 22:21:08 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-07-19 22:21:08 +0200 |
commit | e16b53c9a474d8086e5dd2dacc89cbd7a460d89f (patch) | |
tree | f7e27fc0e5f6623a393d31d3c074b7ac14d86480 /init.lua | |
parent | d2d7218c3fae18652ae83d9d37941215c9cc266c (diff) |
Add hoe texts and update soil texts
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |