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

@@ -0,0 +1,6 @@
#DirtyAliasing Configuration
#Sat Feb 21 10:25:33 MST 2026
mode=FXAA
strength=0.5
renderScale=1.0
debugMode=false

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" description = "Dynamic lighting -- held items, flaming mobs, and contraptions with light sources will illuminate the area around them. Significant performance impact"
side = "client" side = "client"
[[flavor_groups.dynamic-lights.choices]]
id = "dynamic-lights_off"
[[flavor_groups.dynamic-lights.choices]] [[flavor_groups.dynamic-lights.choices]]
id = "dynamic-lights_on" id = "dynamic-lights_on"
[[flavor_groups.dynamic-lights.choices]]
id = "dynamic-lights_off"
[flavor_groups.ambient-sounds] [flavor_groups.ambient-sounds]
name = "Ambient Sounds" name = "Ambient Sounds"
@@ -35,32 +35,32 @@ id="ambient-sounds"
description = "Ambient Sounds that change from biome to biome" description = "Ambient Sounds that change from biome to biome"
side = "client" side = "client"
[[flavor_groups.ambient-sounds.choices]]
id = "ambient-sounds_off"
[[flavor_groups.ambient-sounds.choices]] [[flavor_groups.ambient-sounds.choices]]
id = "ambient-sounds_on" id = "ambient-sounds_on"
[[flavor_groups.ambient-sounds.choices]]
id = "ambient-sounds_off"
[flavor_groups.aliasing] [flavor_groups.aliasing]
name = "Anti-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" side = "client"
[[flavor_groups.aliasing.none]] [[flavor_groups.aliasing.choices]]
id = "no_aliasing" id = "none"
name = "None" name = "None"
description = "No anti-aliasing. Best performance." description = "No anti-aliasing. Best performance."
side = "client" side = "client"
[[flavor_groups.aliasing.dirty]] [[flavor_groups.aliasing.choices]]
id = "dirty"
name = "FXAA" name = "FXAA"
description = "No anti-aliasing. Best performance." id = "dirty"
description = "Fast approximate anti-aliasing. "
side = "client" side = "client"
[[flavor_groups.aliasing.super]] [[flavor_groups.aliasing.choices]]
id = "dirty" id = "super"
name = "SSAA" 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" side = "client"
[metafile.better-clouds] [metafile.better-clouds]