diff options
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 2 |
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) |