diff options
author | Wuzzy <almikes@aol.com> | 2016-08-03 21:26:48 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-03 21:26:48 +0200 |
commit | 374aaad50a17dbda8aade813d76e50fa30db0bb3 (patch) | |
tree | 5becc7ca954d9b1f8bf38aebb10c2cb95edc18ac /init.lua | |
parent | f6ca0a514ac457e668ac60dcc5366139accaac38 (diff) |
Add floodable
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |