summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-12 17:29:43 +0100
committerWuzzy <almikes@aol.com>2016-12-12 17:29:43 +0100
commite9dd9fa5424680069a993fe236afc6cd4e1ad2cd (patch)
tree767334b41a88be58bcbd909832f86f286fc594ca /init.lua
parentde98efa6baf703f8462404f65f708ada8a863e9a (diff)
Remove creative entry from sorting
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index e896027..e90d3d8 100644
--- a/init.lua
+++ b/init.lua
@@ -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,
})