mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add setting preload_item_visuals
This commit is contained in:
parent
bee170570d
commit
e3258b78e2
3 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue