Add settingtypes.txt.
This allows these per-mod settings to be changed using the settings menu.
This commit is contained in:
parent
3a98996801
commit
3161129a93
9
settingtypes.txt
Normal file
9
settingtypes.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user