Difference between revisions of "mg flags"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Rewording and a few fixes)
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:09, 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
  • singlenode: only air in map

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

An example configuration (the default):

 mg_flags = trees, caves, v6_biome_blend