forked from VoxeLibre/VoxeLibre
Disable node particles by default
This commit is contained in:
parent
723a306e1e
commit
1878870886
|
@ -31,7 +31,7 @@ mcl_tnt_griefing (TNT destroys blocks) bool true
|
||||||
# specifies the detail level of particles, with higher levels being
|
# specifies the detail level of particles, with higher levels being
|
||||||
# more CPU demanding.
|
# more CPU demanding.
|
||||||
# WARNING: The "high" level is really CPU intensive, use with care!
|
# 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]
|
[Players]
|
||||||
# If enabled, players respawn at the bed they last lay on instead of normal
|
# If enabled, players respawn at the bed they last lay on instead of normal
|
||||||
|
|
Loading…
Reference in New Issue