From 2b0c044b13723b24127ec7319a389c392eb091c5 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 7 Dec 2016 11:31:18 +0100 Subject: Update category order for newet doc_basics --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 8de2874..57808ee 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3