mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add desynchronize_mapblock_texture_animation setting and improve minetest.conf.example a bit
This commit is contained in:
parent
9e21204f8b
commit
6b598f61a6
3 changed files with 18 additions and 7 deletions
|
@ -103,6 +103,7 @@ void set_default_settings(Settings *settings)
|
|||
settings->setDefault("console_alpha", "200");
|
||||
settings->setDefault("enable_sound", "true");
|
||||
settings->setDefault("sound_volume", "0.8");
|
||||
settings->setDefault("desynchronize_mapblock_texture_animation", "true");
|
||||
|
||||
// Server stuff
|
||||
// "map-dir" doesn't exist by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue