From 374aaad50a17dbda8aade813d76e50fa30db0bb3 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 3 Aug 2016 21:26:48 +0200 Subject: Add floodable --- init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 65cdccf..b146cf4 100644 --- a/init.lua +++ b/init.lua @@ -203,6 +203,9 @@ doc.new_category("nodes", { formstring = formstring .. "\n" -- Global factoids + if data.def.floodable == true then + formstring = formstring .. "Liquids can flow into this block and destroy it.\n" + end if data.def.buildable_to == true then formstring = formstring .. "This block will be replaced when building on it.\n" end -- cgit v1.2.3