From 17b3d87e37a950c8713e09cee0d622a512802751 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 5 Aug 2016 02:10:22 +0200 Subject: Move node's liquids_pointable up --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 6a93872..19436d6 100644 --- a/init.lua +++ b/init.lua @@ -197,13 +197,13 @@ doc.new_category("nodes", { formstring = formstring .. "Renewable liquid: "..yesno(renew).. "\n" end formstring = formstring .. "Pointable: "..yesno(data.def.pointable).. "\n" + if data.def.liquids_pointable == true then + formstring = formstring .. "When you wield this block, you can point to liquids.\n" + end 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 -- cgit v1.2.3