mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Disable node particles by default
This commit is contained in:
parent
723a306e1e
commit
1878870886
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ mcl_tnt_griefing (TNT destroys blocks) bool true
|
|||
# specifies the detail level of particles, with higher levels being
|
||||
# more CPU demanding.
|
||||
# WARNING: The "high" level is really CPU intensive, use with care!
|
||||
mcl_node_particles (Block particles detail level) enum medium high,medium,low,none
|
||||
mcl_node_particles (Block particles detail level) enum none high,medium,low,none
|
||||
|
||||
[Players]
|
||||
# If enabled, players respawn at the bed they last lay on instead of normal
|
||||
|
|
Loading…
Reference in a new issue