summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)