Add settingtypes.txt.

This allows these per-mod settings to be changed using the settings menu.
This commit is contained in:
Auke Kok 2016-08-15 13:28:20 -07:00 committed by GitHub
parent 3a98996801
commit 3161129a93

9
settingtypes.txt Normal file
View File

@ -0,0 +1,9 @@
# Enable wielded torches to light the area around it as the player moves. This is
# somewhat resource intensive and may be disabled to reduce lag.
torches_wieldlight_enable (Enable held torch to emit light) bool false
# How often the wieldlight should be moved if the player moves with a torch in their
# hand. Reducing this makes it feel more laggy, but reduces the amount of network
# packets sent to clients.
torches_wieldlight_interval (Torch light from held torch update interval) float 0.25