diff options
author | Wuzzy <almikes@aol.com> | 2016-12-28 15:41:40 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-28 15:41:40 +0100 |
commit | d5916b04b4e643826d8203587405d5ddac194801 (patch) | |
tree | c2586c3679d41ceb591e8c5b2f4fc89ecc7a2d46 | |
parent | 546471454d7e9b17de9b63fadd0cd2b557ab69f3 (diff) |
Use new doc syntax
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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: |