From 423ee503a2348838a402959fe41d20eb9abfe3ed Mon Sep 17 00:00:00 2001 From: Dakedres Date: Sat, 7 Mar 2026 04:13:13 -0700 Subject: [PATCH] Antialiasing options --- pack/mods/dirtyaliasing.pw.toml | 13 +++++++++++++ pack/mods/qdaa.pw.toml | 13 +++++++++++++ pack/unsup.toml | 28 ++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 pack/mods/dirtyaliasing.pw.toml create mode 100644 pack/mods/qdaa.pw.toml diff --git a/pack/mods/dirtyaliasing.pw.toml b/pack/mods/dirtyaliasing.pw.toml new file mode 100644 index 0000000..cdc9127 --- /dev/null +++ b/pack/mods/dirtyaliasing.pw.toml @@ -0,0 +1,13 @@ +name = "DirtyAliasing" +filename = "dirtyaliasing-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kKmFt5JM/versions/zADCfK2M/dirtyaliasing-1.0.0.jar" +hash-format = "sha512" +hash = "8e3026613d69201ca17430a62585d6ab9786809716d8e46ef409e14d8967eb24c1bc94eb74635b28c3058129d23ba6338baf072cfe6765650f0d88f661ad2dcb" + +[update] +[update.modrinth] +mod-id = "kKmFt5JM" +version = "zADCfK2M" diff --git a/pack/mods/qdaa.pw.toml b/pack/mods/qdaa.pw.toml new file mode 100644 index 0000000..294a36a --- /dev/null +++ b/pack/mods/qdaa.pw.toml @@ -0,0 +1,13 @@ +name = "QDAA" +filename = "qdaa-1.1.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/i9FiM2U0/versions/MGZKvR9o/qdaa-1.1.2.jar" +hash-format = "sha512" +hash = "e66186fc0bee75b38585376aa809e3456dc10e2f46e2c4b313ffbbf322831e1a14edd5bc826550c33796ba6e652ba44b28cc7bc7c443191943d6f3ff7a25e7c0" + +[update] +[update.modrinth] +mod-id = "i9FiM2U0" +version = "MGZKvR9o" diff --git a/pack/unsup.toml b/pack/unsup.toml index b8e4ede..fe6fc95 100644 --- a/pack/unsup.toml +++ b/pack/unsup.toml @@ -40,6 +40,29 @@ id = "ambient-sounds_off" [[flavor_groups.ambient-sounds.choices]] id = "ambient-sounds_on" +[flavor_groups.aliasing] +name = "Anti-aliasing" +description = "" +side = "client" + +[[flavor_groups.aliasing.none]] +id = "no_aliasing" +name = "None" +description = "No anti-aliasing. Best performance." +side = "client" + +[[flavor_groups.aliasing.dirty]] +id = "dirty" +name = "FXAA" +description = "No anti-aliasing. Best performance." +side = "client" + +[[flavor_groups.aliasing.super]] +id = "dirty" +name = "SSAA" +description = "Renders the game at twice the resolution and then scales it down" +side = "client" + [metafile.better-clouds] flavors = ["fancy"] @@ -59,3 +82,8 @@ flavors = ["fancy"] [metafile.charmonium] flavors = ["ambient-sounds_on"] + +[metafile.dirtyaliasing] +flavors = ["dirty"] +[metafile.qdaa] +flavors = ["super"] \ No newline at end of file