summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-03 15:34:30 +0200
committerWuzzy <almikes@aol.com>2016-08-03 15:34:30 +0200
commit07950ce0f2bda3a751b41b8e7b0526dda8fd12f9 (patch)
tree4cbe3be116686b67ba69b4851f48ef1d96ce0327
parent21b9c208c98e8f86d7816d15725ef721fec9f276 (diff)
Rename gather function
-rw-r--r--helptexts.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 1a5dbd5..0775237 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -386,4 +386,5 @@ 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.items.add_helptexts(export_longdesc, export_usagehelp)
+doc.sub.items.set_items_longdesc(export_longdesc)
+doc.sub.items.set_items_usagehelp(export_usagehelp)