Skip to content

Commit

Permalink
Add forgotten valleys mapgen in mapgen name
Browse files Browse the repository at this point in the history
Missing `valleys` in `settingtypes.txt` and `minetest.conf.example`.
  • Loading branch information
srifqi authored and sfan5 committed Mar 5, 2016
1 parent 335ad70 commit 75db054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builtin/settingtypes.txt
Expand Up @@ -800,7 +800,7 @@ liquid_update (Liquid update tick) float 1.0

# Name of map generator to be used when creating a new world.
# Creating a world in the main menu will override this.
mg_name (Mapgen name) enum v6 v5,v6,v7,flat,fractal,singlenode
mg_name (Mapgen name) enum v6 v5,v6,v7,flat,valleys,fractal,singlenode

# Water surface level of the world.
water_level (Water level) int 1
Expand Down
2 changes: 1 addition & 1 deletion minetest.conf.example
Expand Up @@ -986,7 +986,7 @@

# Name of map generator to be used when creating a new world.
# Creating a world in the main menu will override this.
# type: enum values: v5, v6, v7, flat, fractal, singlenode
# type: enum values: v5, v6, v7, flat, fractal, valleys, singlenode
# mg_name = v6

# Water surface level of the world.
Expand Down

0 comments on commit 75db054

Please sign in to comment.