Update category order for newet doc_basics

This commit is contained in:
Wuzzy 2016-12-07 11:31:18 +01:00
parent 1c82f3b998
commit 2b0c044b13

View File

@ -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