mirror of
https://github.com/moparisthebest/minetest
synced 2024-12-22 23:58:48 -05:00
Add missing settings to minetest.conf.example
This commit is contained in:
parent
fc5d2074b9
commit
5a9fd8f433
@ -80,6 +80,7 @@
|
|||||||
# when set to higher number than 0
|
# when set to higher number than 0
|
||||||
#fsaa = 0
|
#fsaa = 0
|
||||||
#vsync = false
|
#vsync = false
|
||||||
|
#fov = 72
|
||||||
# Address to connect to (#blank = start local server)
|
# Address to connect to (#blank = start local server)
|
||||||
#address =
|
#address =
|
||||||
# Enable random user input, for testing
|
# Enable random user input, for testing
|
||||||
@ -127,6 +128,8 @@
|
|||||||
#farmesh_distance = 40
|
#farmesh_distance = 40
|
||||||
# Enable/disable clouds
|
# Enable/disable clouds
|
||||||
#enable_clouds = true
|
#enable_clouds = true
|
||||||
|
#cloud_height = 120
|
||||||
|
#enable_3d_clouds = true
|
||||||
# Use a cloud animation for the main menu background
|
# Use a cloud animation for the main menu background
|
||||||
#menu_clouds = true
|
#menu_clouds = true
|
||||||
# Path for screenshots
|
# Path for screenshots
|
||||||
@ -314,7 +317,7 @@
|
|||||||
#water_level = 1
|
#water_level = 1
|
||||||
# Size of chunks to be generated.
|
# Size of chunks to be generated.
|
||||||
#chunksize = 5
|
#chunksize = 5
|
||||||
# Map generation attributes. Currently supported: trees, caves, flat, v6_biome_blend, v6_jungles
|
# Map generation attributes. Currently supported: trees, caves, flat, v6_biome_blend, v6_jungles, dungeons
|
||||||
#mg_flags = trees, caves, v6_biome_blend
|
#mg_flags = trees, caves, v6_biome_blend
|
||||||
# How large deserts and beaches are
|
# How large deserts and beaches are
|
||||||
#mgv6_freq_desert = 0.45
|
#mgv6_freq_desert = 0.45
|
||||||
|
Loading…
Reference in New Issue
Block a user