diff options
author | Wuzzy <almikes@aol.com> | 2016-08-03 15:34:30 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-03 15:34:30 +0200 |
commit | 07950ce0f2bda3a751b41b8e7b0526dda8fd12f9 (patch) | |
tree | 4cbe3be116686b67ba69b4851f48ef1d96ce0327 | |
parent | 21b9c208c98e8f86d7816d15725ef721fec9f276 (diff) |
Rename gather function
-rw-r--r-- | helptexts.lua | 3 |
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) |