From a9a3dc83caef5923e7356865915a3c5dfbb04f10 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 5 Aug 2016 02:07:21 +0200 Subject: Improve liquids_pointable --- init.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 377c9b5..6a93872 100644 --- a/init.lua +++ b/init.lua @@ -201,6 +201,9 @@ doc.new_category("nodes", { formstring = formstring .. "\n" -- Global factoids + if data.def.liquids_pointable == true then + formstring = formstring .. "When you wield this block, you can point to liquids.\n" + end if data.def.floodable == true then formstring = formstring .. "Liquids can flow into this block and destroy it.\n" end @@ -524,7 +527,7 @@ doc.new_category("tools", { -- Global factoids if data.def.liquids_pointable == true then - formstring = formstring .. "This item will point to liquids rather than ignore them.\n" + formstring = formstring .. "This tool points to liquids.\n" end -- Show other “exposable” groups @@ -585,7 +588,7 @@ doc.new_category("craftitems", { -- Global factoids if data.def.liquids_pointable == true then - formstring = formstring .. "This item will point to liquids rather than ignore them.\n" + formstring = formstring .. "This item points to liquids.\n" end -- Show other “exposable” groups -- cgit v1.2.3