From 07950ce0f2bda3a751b41b8e7b0526dda8fd12f9 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 3 Aug 2016 15:34:30 +0200 Subject: Rename gather function --- helptexts.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3