From 58a9999169128dad994042e1983e57947e4cedea Mon Sep 17 00:00:00 2001 From: Dakedres Date: Sun, 8 Mar 2026 12:56:48 -0600 Subject: [PATCH] Fix antialiasing --- pack/config/dirtyaliasing.properties | 6 ++++++ pack/unsup.toml | 26 +++++++++++++------------- 2 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 pack/config/dirtyaliasing.properties diff --git a/pack/config/dirtyaliasing.properties b/pack/config/dirtyaliasing.properties new file mode 100644 index 0000000..df86bd1 --- /dev/null +++ b/pack/config/dirtyaliasing.properties @@ -0,0 +1,6 @@ +#DirtyAliasing Configuration +#Sat Feb 21 10:25:33 MST 2026 +mode=FXAA +strength=0.5 +renderScale=1.0 +debugMode=false diff --git a/pack/unsup.toml b/pack/unsup.toml index fe6fc95..73b6553 100644 --- a/pack/unsup.toml +++ b/pack/unsup.toml @@ -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]