Remove creative entry from sorting
This commit is contained in:
parent
de98efa6ba
commit
e9dd9fa542
4
init.lua
4
init.lua
@ -7,6 +7,7 @@
|
|||||||
- TODO: Ideas for advanced entries:
|
- TODO: Ideas for advanced entries:
|
||||||
- Sneak Glitch?
|
- Sneak Glitch?
|
||||||
- Rendering (far view, etc.)
|
- Rendering (far view, etc.)
|
||||||
|
-- TODO: Better (official) support for customizable creative page
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
|
||||||
@ -24,8 +25,7 @@ doc.new_category("advanced",
|
|||||||
name = "Advanced usage",
|
name = "Advanced usage",
|
||||||
description = "Advanced information about Minetest which may be nice to know, but is not crucial to gameplay",
|
description = "Advanced information about Minetest which may be nice to know, but is not crucial to gameplay",
|
||||||
sorting = "custom",
|
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", "online"},
|
||||||
sorting_data = {"console", "commands", "privs", "movement_modes", "coordinates", "settings", "creative", "online"},
|
|
||||||
build_formspec = doc.entry_builders.text_and_gallery,
|
build_formspec = doc.entry_builders.text_and_gallery,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user