diff options
author | Wuzzy <almikes@aol.com> | 2016-12-06 16:41:53 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-06 16:41:53 +0100 |
commit | 83e463f3d8182667f2e3afc8090398d3d3d35dd2 (patch) | |
tree | 527714a8dc8cd54cbaf5fad9aab29ceb06cfedd6 | |
parent | 0d86b930503010cdc8d9c5ebdf48475094514bac (diff) |
Reordering is fun
-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", "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, }) |