diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 7d471dc05..6f023094a 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -129,6 +129,13 @@ #sound_volume = 0.7 # Whether node texture animations should be desynchronized per MapBlock #desynchronize_mapblock_texture_animation = true +# Texture filtering settings +#mip_map = false +#anisotropic_filter = false +#bilinear_filter = false +#trilinear_filter = false +# Set to true to pre-generate all item visuals +#preload_item_visuals = false # # Server stuff |