diff options
author | Wuzzy <almikes@aol.com> | 2016-12-12 17:29:43 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-12 17:29:43 +0100 |
commit | e9dd9fa5424680069a993fe236afc6cd4e1ad2cd (patch) | |
tree | 767334b41a88be58bcbd909832f86f286fc594ca | |
parent | de98efa6baf703f8462404f65f708ada8a863e9a (diff) |
Remove creative entry from sorting
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, }) |