diff options
author | Wuzzy <almikes@aol.com> | 2016-12-07 11:31:18 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-07 11:31:18 +0100 |
commit | 2b0c044b13723b24127ec7319a389c392eb091c5 (patch) | |
tree | ba6bc20dfbddf58ca201329d177e1a90accc56a1 /init.lua | |
parent | 1c82f3b9981bc0bb8f42b2e89df6b2ab79e441e1 (diff) |
Update category order for newet doc_basics
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ local CATEGORYFIELDSIZE = { doc.data = {} doc.data.categories = {} -- Default order (includes categories of other mods from the Docuentation System modpack) -doc.data.category_order = {"basics", "online", "nodes", "tools", "craftitems"} +doc.data.category_order = {"basics", "nodes", "tools", "craftitems", "advanced"} doc.data.players = {} -- Space for additional APIs |