Reordering is fun

master
Wuzzy 2016-12-06 16:41:53 +01:00
parent 0d86b93050
commit 83e463f3d8
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", "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,
})