From 83e463f3d8182667f2e3afc8090398d3d3d35dd2 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 6 Dec 2016 16:41:53 +0100 Subject: Reordering is fun --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 16aad4e..148bbb2 100644 --- a/init.lua +++ b/init.lua @@ -19,7 +19,7 @@ doc.new_category("basics", name="Basics", description = "Everything you need to know about Minetest to get started with playing", sorting = "custom", - sorting_data = {"minetest", "controls", "players", "point", "items", "inventory", "hotbar", "tools", "weapons", "blocks", "liquids", "mine", "build", "craft", "cook", "minimap", "cam", "sneak", "light", "groups", "glossary"}, + sorting_data = {"minetest", "controls", "point", "items", "inventory", "hotbar", "tools", "weapons", "blocks", "mine", "build", "craft", "cook", "minimap", "cam", "sneak", "players", "liquids", "light", "groups", "glossary"}, build_formspec = doc.entry_builders.text_and_gallery, }) -- cgit v1.2.3