diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index a193a8aac..21ce10721 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -36,10 +36,10 @@ # H=slope.dot(pos^power): # power <height> <slope.X> <slope.Y> <power> -#mapgen_heightmap_blocksize = 64 -#height_randmax = constant 70.0 +#mapgen_heightmap_blocksize = 32 +#height_randmax = constant 50.0 #height_randfactor = constant 0.6 -#height_base = linear 0 35 0 +#height_base = linear 0 0 0 #plants_amount = 1.0 #ravines_amount = 1.0 |