Fellies/config/astralsorcery-client.toml

19 lines
742 B
TOML
Raw Permalink Normal View History

2021-01-28 20:21:47 +00:00
[rendering]
2021-02-12 14:22:54 +00:00
#Defines the minimum y-level the fosic resonator will display the fosic field on.
#Range: 0 ~ 256
minYFosicDisplay = 0
2021-02-13 10:16:29 +00:00
#Enables/Disables all patreon effects.
patreonEffects = true
2021-02-12 14:22:54 +00:00
#If a dimension is listed here, the skyrender will only render constellations on top of the existing skybox.
skyRenderingConstellations = []
2021-02-13 10:16:29 +00:00
#Sets the amount of particles/effects
#Allowed Values: NONE, MINIMAL, LOWERED, ALL
particleAmount = "ALL"
#Defines how close to the position of a particle/floating texture you have to be in order for it to render.
#Range: 1.0 ~ 512.0
maxEffectRenderDistance = 64.0
#Whitelist of dimension ID's that will have special astral sorcery sky rendering
skyRenderingEnabled = ["minecraft:overworld"]
2021-01-28 20:21:47 +00:00