X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=minetest.conf.example;h=4cfb8dd28fc7e2182d000dc153cd5bc695628319;hb=997be666e37e9494bb92a50521b4b749156a609c;hp=198b9323848e7313f1d6bf7b76571ba43be92657;hpb=6cd2b3b445bf558fda1e5a7908adef8e3a45449a;p=minetest.git diff --git a/minetest.conf.example b/minetest.conf.example index 198b93238..4cfb8dd28 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -353,6 +353,12 @@ # type: bool # enable_shaders = true +##### Tone mapping +# Enables filmic tone mapping. +# Requires shaders to be enabled. +# type: bool +# tone_mapping = false + ##### Bumpmapping # Enables bumpmapping for textures. Normalmaps need to be supplied by the texture pack @@ -555,9 +561,9 @@ # type: float # hud_hotbar_max_width = 1.0 -# Enable selection highlighting for nodes (disables selectionbox). -# type: bool -# enable_node_highlighting = false +# Selection highlighting method (box or halo) +# type: string +# node_highlighting = box # Enables caching of facedir rotated meshes. # type: bool @@ -833,13 +839,6 @@ # type: string # static_spawnpoint = -# Maximum distance above water level for player spawn. -# Larger values result in spawn points closer to (x = 0, z = 0). -# Smaller values may result in a suitable spawn point not being found, -# resulting in a spawn at (0, 0, 0) possibly buried underground. -# type: int -# vertical_spawn_range = 16 - # If enabled, new players cannot join with an empty password. # type: bool # disallow_empty_password = false