diff options
author | Wuzzy <almikes@aol.com> | 2016-12-06 15:26:33 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-06 15:26:33 +0100 |
commit | ab58b6e6f90434c387b072ac73ea114cfd40446f (patch) | |
tree | 3ecfc2f7e13ed3a2cb988a5ec37279532d5c4f10 /init.lua | |
parent | 0789d321c71869e518d999f1517dea99449583ac (diff) |
Move cam to the front
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, }) |