From ab58b6e6f90434c387b072ac73ea114cfd40446f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 6 Dec 2016 15:26:33 +0100 Subject: Move cam to the front --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 8fe38d8..42cc3d2 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", "players", "minimap", "sneak", "light", "groups", "cam", "glossary"}, + sorting_data = {"minetest", "controls", "players", "point", "items", "inventory", "hotbar", "tools", "weapons", "blocks", "liquids", "mine", "build", "craft", "cook", "players", "minimap", "cam", "sneak", "light", "groups", "glossary"}, build_formspec = doc.entry_builders.text_and_gallery, }) -- cgit v1.2.3