]> git.lizzy.rs Git - minetest.git/blobdiff - minetest.conf.example
Correct `prot_vers` in lua_api.txt.
[minetest.git] / minetest.conf.example
index a0284f1826a4b61221f5083656cdc6deee38a212..b4121eb9bffb95141e4dab51535aa5e89a5f2f08 100644 (file)
 #    memory.  Powers of 2 are recommended.  Setting this higher than 1 may not
 #    have a visible effect unless bilinear/trilinear/anisotropic filtering is
 #    enabled.
+#    This is also used as the base node texture size for world-aligned
+#    texture autoscaling.
 #    type: int
 # texture_min_size = 64
 
 #    type: int min: 20 max: 4000
 # viewing_range = 100
 
+#    Camera near plane distance in nodes, between 0 and 0.5
+#    Most users will not need to change this.
+#    Increasing can reduce artifacting on weaker GPUs.
+#    0.1 = Default, 0.25 = Good value for weaker tablets.
+#    type: float min: 0 max: 0.5
+# near_plane = 0.1
+
 #    Width component of the initial window size.
 #    type: int
 # screen_w = 1024
 # fov = 72
 
 #    Field of view while zooming in degrees.
-#    This requires the "zoom" privilege on the server.
+#    Requires to be allowed by server-sided mods.
 #    type: int min: 7 max: 160
 # zoom_fov = 15
 
 #    type: int min: 0 max: 255
 # crosshair_alpha = 255
 
+#    Maximum number of recent chat messages to show
+#    type: int min: 2 max: 20
+# recent_chat_messages = 6
+
 #    Whether node texture animations should be desynchronized per mapblock.
 #    type: bool
 # desynchronize_mapblock_texture_animation = true
 #    type: bool
 # opaque_water = false
 
+#    Textures on a node may be aligned either to the node or to the world.
+#    The former mode suits better things like machines, furniture, etc., while
+#    the latter makes stairs and microblocks fit surroundings better.
+#    However, as this possibility is new, thus may not be used by older servers,
+#    this option allows enforcing it for certain node types. Note though that
+#    that is considered EXPERIMENTAL and may not work properly.
+#    type: enum values: disable, enable, force_solid, force_nodebox
+# world_aligned_mode = enable
+
+#    World-aligned textures may be scaled to span several nodes. However,
+#    the server may not send the scale you want, especially if you use
+#    a specially-designed texture pack; with this option, the client tries
+#    to determine the scale automatically basing on the texture size.
+#    See also texture_min_size.
+#    Warning: this option is EXPERIMENTAL!
+#    type: enum values: disable, enable, force
+# autoscale_mode = disable
+
 #    Show entity selection boxes
 #    type: bool
 # show_entity_selectionbox = true
 #    type: int
 # tooltip_show_delay = 400
 
+#    Append item name to tooltip.
+#    type: bool
+# tooltip_append_itemname = false
+
 #    Whether freetype fonts are used, requires freetype support to be compiled in.
 #    type: bool
 # freetype = true
 #    type: float min: 0 max: 1
 # sound_volume = 0.7
 
+#    type: bool
+# mute_sound = false
+
 #
 # Client
 #
 #    type: bool
 # enable_pvp = true
 
+#    Enable mod channels support.
+#    type: bool
+# enable_mod_channels = false
+
 #    If this is set, players will always (re)spawn at the given position.
 #    type: string
 # static_spawnpoint =
 
 #    Map generation attributes specific to Mapgen v7.
 #    'ridges' enables the rivers.
-#    'biomerepeat' causes surface biomes to repeat in the floatlands.
 #    Flags that are not specified in the flag string are not modified from the default.
 #    Flags starting with 'no' are used to explicitly disable them.
-#    type: flags possible values: mountains, ridges, floatlands, caverns, biomerepeat, nomountains, noridges, nofloatlands, nocaverns, nobiomerepeat
-# mgv7_spflags = mountains,ridges,nofloatlands,caverns,biomerepeat
+#    type: flags possible values: mountains, ridges, floatlands, caverns, nomountains, noridges, nofloatlands, nocaverns
+# mgv7_spflags = mountains,ridges,nofloatlands,caverns
 
 #    Y of mountain density gradient zero level. Used to shift mountains vertically.
 #    type: int