atm9lite/client/config/naturescompass-client.toml

14 lines
432 B
TOML
Raw Normal View History

2024-10-17 13:19:52 -07:00
[Client]
#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
#The side for information rendered on the HUD. Ex: LEFT, RIGHT
#Allowed Values: LEFT, RIGHT
overlaySide = "LEFT"