diff options
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -286,6 +286,7 @@ 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") +-- FIXME: Remove duplicate door node entries -- Gather help texts dofile(minetest.get_modpath("doc_minetest_game") .. "/helptexts.lua") |