From e3258b78e263c3f95007e1fbc92fcc3a51646f69 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 1 Dec 2012 23:54:15 +0200 Subject: Add setting preload_item_visuals --- minetest.conf.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'minetest.conf.example') 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 -- cgit v1.2.3