Difference between revisions of "mg flags"
Jump to navigation
Jump to search
m |
m |
||
Line 16: | Line 16: | ||
mg_flags = trees, caves, v6_biome_blend | mg_flags = trees, caves, v6_biome_blend | ||
[[Category:Mapgen]] | [[Category:Mapgen]] | ||
− | [[Category: | + | [[Category:Settings and Commands]] |
Revision as of 01:15, 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