Move cam to the front

master
Wuzzy 2016-12-06 15:26:33 +01:00
parent 0789d321c7
commit ab58b6e6f9
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})