Difference between revisions of "mg flags"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Undo revision 1504 by 31.151.189.3 (talk))
Line 10: Line 10:
 
* '''dungeons''': generate dungeons
 
* '''dungeons''': generate dungeons
 
* '''flat''': make a completely flat map
 
* '''flat''': make a completely flat map
* '''singlenode''': only air in map
 
  
 
They are set in minetest.conf before creating a new world.
 
They are set in minetest.conf before creating a new world.

Revision as of 22:51, 29 August 2013

The map generator will generate a world according to the mapgen flags that are set for it.

This is a list of currently supported flags:

  • trees: generate trees
  • caves: generate caves
  • v6_biome_blend: blur out biome edges
  • v6_jungles: generate jungles
  • dungeons: generate dungeons
  • flat: make a completely flat map

They are set in minetest.conf before creating a new world.

An example configuration (the default):

 mg_flags = trees, caves, v6_biome_blend