mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add forgotten valleys mapgen in mapgen name
Missing `valleys` in `settingtypes.txt` and `minetest.conf.example`.
This commit is contained in:
parent
335ad705e6
commit
75db0543f3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue