20 lines
923 B
TOML
Raw Normal View History

2025-02-05 00:44:34 -08:00
[General]
#Global toggle for controlling aurora detail.
globalDetailOverride = false
#Global toggle for controlling aurora appearance frequency.
globalVisibilityOctavesOverride = false
#If set to true, then the configs will update every mod update. Set to false if you want to manage config changes yourself.
globalShouldAutoUpdate = true
#How high of a resolution should the aurora render in? Lower value = lower resolution and quality but more FPS.
# Default: 150
# Range: > 0
auroraDetail = 150
#How frequent the aurora should be visible. Under normal circumstances there can be many continuous days without auroras and vice versa. Lower value = more variable. If -1, then it's visible every night.
# Default: 1
# Range: > -1
auroraVisibilityOctaves = 1
#Aurora render distance.
# Default: 500.0
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
auroraRenderDistance = 500.0