summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-02 16:00:13 +0200
committerWuzzy <almikes@aol.com>2016-08-02 16:00:13 +0200
commit94ce8ddc25d62893e5d92af429c402fa41e7ed5f (patch)
tree24e17ed669974a917e2ac5af5a55865efaf90cbc /helptexts.lua
parent6866590d412d508487598a104b93b1b8a6ab962e (diff)
Outsoude most mod functionality to doc_items
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 46afbed..4ce3359 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -385,4 +385,4 @@ local export_generation = {
["default:nyancat_rainbow"] = "These blocks are extremely rare. They only appear behind a Nyan Cat, which itself can appear randomly anywhere.",
}
-doc.sub.minetest_game.add_helptexts(export_longdesc, export_usagehelp)
+doc.sub.items.add_helptexts(export_longdesc, export_usagehelp)