From e9dd9fa5424680069a993fe236afc6cd4e1ad2cd Mon Sep 17 00:00:00 2001
From: Wuzzy <almikes@aol.com>
Date: Mon, 12 Dec 2016 17:29:43 +0100
Subject: Remove creative entry from sorting

---
 init.lua | 4 ++--
 1 file 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,
 })
 
-- 
cgit v1.2.3