2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
[Client]
|
2021-01-26 10:32:42 +00:00
|
|
|
#The side for information rendered on the HUD. Ex: LEFT, RIGHT
|
|
|
|
#Allowed Values: LEFT, RIGHT
|
|
|
|
overlaySide = "LEFT"
|
2021-01-17 12:40:59 +00:00
|
|
|
#Displays Nature's Compass information even while chat is open.
|
|
|
|
displayWithChatOpen = true
|
|
|
|
#Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills
|
|
|
|
fixBiomeNames = true
|
|
|
|
#The line offset for information rendered on the HUD.
|
|
|
|
#Range: 0 ~ 50
|
|
|
|
overlayLineOffset = 1
|
|
|
|
|