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))
m
Line 15: Line 15:
 
An example configuration (the default):
 
An example configuration (the default):
 
   mg_flags = trees, caves, v6_biome_blend
 
   mg_flags = trees, caves, v6_biome_blend
 +
[[Category:Mapgen]]
 +
[[Category:Configuration settings]]

Revision as of 01:14, 16 February 2015

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