Remove creative entry from sorting

master
Wuzzy 2016-12-12 17:29:43 +01:00
parent de98efa6ba
commit e9dd9fa542
1 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,7 @@
- TODO: Ideas for advanced entries:
- Sneak Glitch?
- Rendering (far view, etc.)
-- TODO: Better (official) support for customizable creative page
]]
@ -24,8 +25,7 @@ doc.new_category("advanced",
name = "Advanced usage",
description = "Advanced information about Minetest which may be nice to know, but is not crucial to gameplay",
sorting = "custom",
-- "creative" is supposed to be added by a mod which implements Creative Mode in order to explain it
sorting_data = {"console", "commands", "privs", "movement_modes", "coordinates", "settings", "creative", "online"},
sorting_data = {"console", "commands", "privs", "movement_modes", "coordinates", "settings", "online"},
build_formspec = doc.entry_builders.text_and_gallery,
})