Apply manual entry sorting

master
Wuzzy 2016-08-13 10:19:55 +02:00
parent 39989c8473
commit 0036d9273e
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ doc.new_category("basics",
{
name="Basics",
build_formspec = doc.entry_builders.text,
sorting = "custom",
sorting_data = {"minetest", "movement", "sneak", "controls", "cam", "minimap", "players", "inventory", "tools", "blocks", "craft", "online"},
})