From d5916b04b4e643826d8203587405d5ddac194801 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 28 Dec 2016 15:41:40 +0100 Subject: [PATCH] Use new doc syntax --- helptexts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helptexts.lua b/helptexts.lua index dd199ea..0efaf3e 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -542,7 +542,7 @@ for itemstring, uses in pairs(export_uses) do end if minetest.get_modpath("doc_basics") then - doc.new_entry("advanced", "creative", { + doc.add_entry("advanced", "creative", { name = S("Creative Mode"), data = { text = S([=[Enabling Creative Mode in Minetest Game applies the following changes: -- 2.11.4.GIT