Difference between revisions of "mg flags"

From Minetest Developer Wiki
Jump to navigation Jump to search
(remove outdated info and point to minetest.conf.example instead)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:mg_flags}}
 
{{DISPLAYTITLE:mg_flags}}
This is a list of available mg_flags settings (in minetest.conf):
+
The map generator will generate a world according to the mapgen flags that are set for it.<br>
 +
The general flags are shown below, and each generator may have its own special flags.
  
* '''trees'''
+
Flags that are not enabled are not modified from the default.
* '''caves'''
+
Flags starting with 'no' are used to explicitly disable them.
* '''v6_biome_blend'''
 
* '''jungles'''
 
* '''dungeons'''
 
* '''flat'''
 
  
This is the default mg_flags setting:
+
For more information and possible values please see [https://github.com/minetest/minetest/blob/master/minetest.conf.example minetest.conf.example]
  mg_flags = trees, caves, v6_biome_blend
+
[[Category:Mapgen]]
 +
[[Category:Settings and Commands]]

Latest revision as of 08:27, 25 October 2022

The map generator will generate a world according to the mapgen flags that are set for it.
The general flags are shown below, and each generator may have its own special flags.

Flags that are not enabled are not modified from the default. Flags starting with 'no' are used to explicitly disable them.

For more information and possible values please see minetest.conf.example