Update category order for newet doc_basics
This commit is contained in:
parent
1c82f3b998
commit
2b0c044b13
2
init.lua
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user