Fix antialiasing

This commit is contained in:
2026-03-08 12:56:48 -06:00
parent 59b202291e
commit 58a9999169
2 changed files with 19 additions and 13 deletions

View File

@@ -24,10 +24,10 @@ id="dynamic-lights"
description = "Dynamic lighting -- held items, flaming mobs, and contraptions with light sources will illuminate the area around them. Significant performance impact"
side = "client"
[[flavor_groups.dynamic-lights.choices]]
id = "dynamic-lights_off"
[[flavor_groups.dynamic-lights.choices]]
id = "dynamic-lights_on"
[[flavor_groups.dynamic-lights.choices]]
id = "dynamic-lights_off"
[flavor_groups.ambient-sounds]
name = "Ambient Sounds"
@@ -35,32 +35,32 @@ id="ambient-sounds"
description = "Ambient Sounds that change from biome to biome"
side = "client"
[[flavor_groups.ambient-sounds.choices]]
id = "ambient-sounds_off"
[[flavor_groups.ambient-sounds.choices]]
id = "ambient-sounds_on"
[[flavor_groups.ambient-sounds.choices]]
id = "ambient-sounds_off"
[flavor_groups.aliasing]
name = "Anti-aliasing"
description = ""
description = "Smoothes out the jagged edges of blocks, improving clarity and reducing noise when viewing far off objects."
side = "client"
[[flavor_groups.aliasing.none]]
id = "no_aliasing"
[[flavor_groups.aliasing.choices]]
id = "none"
name = "None"
description = "No anti-aliasing. Best performance."
side = "client"
[[flavor_groups.aliasing.dirty]]
id = "dirty"
[[flavor_groups.aliasing.choices]]
name = "FXAA"
description = "No anti-aliasing. Best performance."
id = "dirty"
description = "Fast approximate anti-aliasing. "
side = "client"
[[flavor_groups.aliasing.super]]
id = "dirty"
[[flavor_groups.aliasing.choices]]
id = "super"
name = "SSAA"
description = "Renders the game at twice the resolution and then scales it down"
description = "Renders the game at 2x the resolution and then scales it down. May make UI blurry on some monitors."
side = "client"
[metafile.better-clouds]