From d7b280d828de6cdf6624bda7af1edbfb0701c92d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 29 May 2017 00:22:51 +0200 Subject: Suppress help items for open chest nodes --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.lua b/init.lua index 861e563..ef614f7 100644 --- a/init.lua +++ b/init.lua @@ -87,6 +87,8 @@ local suppressed_items = { "doors:hidden", "xpanes:pane", "xpanes:bar", + "default:chest_open", + "default:chest_locked_open", } local hidden_items = { @@ -305,6 +307,8 @@ doc.add_entry_alias("nodes", "tnt:tnt", "nodes", "tnt:tnt_burning") doc.add_entry_alias("nodes", "tnt:gunpowder", "nodes", "tnt:gunpowder_burning") doc.add_entry_alias("nodes", "xpanes:pane_flat", "nodes", "xpanes:pane") doc.add_entry_alias("nodes", "xpanes:bar_flat", "nodes", "xpanes:bar") +doc.add_entry_alias("nodes", "default:chest", "nodes", "default:chest_open") +doc.add_entry_alias("nodes", "default:chest_locked", "nodes", "default:chest_locked_open") -- Gather help texts dofile(minetest.get_modpath("doc_minetest_game") .. "/helptexts.lua") -- cgit v1.2.3