Add allowed_mapgens option in game.conf. (#9263)
authorWren Turkal <wt@penguintechs.org>
Mon, 6 Apr 2020 14:06:16 +0000 (07:06 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2020 14:06:16 +0000 (16:06 +0200)
commitf91124a0c0d8c448b3d3d0767b3c8b2352c92d6e
tree6dac4ff308edcedecb8efe88f9cfcb6fe968b35d
parentfaedde08f96b671078d9d3273da468db3454713c
Add allowed_mapgens option in game.conf. (#9263)

The game.conf has a disallowed_mapgens option. However, some games
require a certain mapgen to be used, like the CTF plugin. This change
adds an option to specify allowed mapgens so that the setting can be
specified in a way that needn't be updated as map generators are added
to Minetest.
builtin/mainmenu/dlg_create_world.lua
doc/lua_api.txt