Conf.example: Move some lines to minetest.conf.example.extra

Some information in conf.example cannot be generated from
settingtypes.txt, moving it to a new file makes generating
conf.example while preserving that information easier.

Regenerate conf.example from settingtypes.txt.
This commit is contained in:
paramat 2017-04-17 14:17:43 +01:00 committed by Nils Dagsson Moskopp
parent a99d95ee92
commit 059c5e1d41
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 0 additions and 6 deletions

View File

@ -769,10 +769,4 @@ end
-- Generate minetest.conf.example and settings_translation_file.cpp
-- *** Please note ***
-- There is text in minetest.conf.example that will not be generated from
-- settingtypes.txt but must be preserved:
-- The documentation of mapgen noise parameter formats (title plus 16 lines)
-- Noise parameter 'mgv5_np_ground' in group format (13 lines)
--assert(loadfile(core.get_builtin_path()..DIR_DELIM.."mainmenu"..DIR_DELIM.."generate_from_settingtypes.lua"))(parse_config_file(true, false))