diff options
author | Wuzzy <almikes@aol.com> | 2016-12-28 17:43:05 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-28 17:43:05 +0100 |
commit | 80fb9bef1a24b4f9cedbba9d55917f06301e03ef (patch) | |
tree | 47fec891aa8a5dca656791c9001de09f2427865d | |
parent | 10eafcafabbc773cb264f0fd99218b0cc87458c1 (diff) |
Add door FIXME
-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") |