Antialiasing options
This commit is contained in:
13
pack/mods/dirtyaliasing.pw.toml
Normal file
13
pack/mods/dirtyaliasing.pw.toml
Normal file
@@ -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"
|
||||||
13
pack/mods/qdaa.pw.toml
Normal file
13
pack/mods/qdaa.pw.toml
Normal file
@@ -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"
|
||||||
@@ -40,6 +40,29 @@ id = "ambient-sounds_off"
|
|||||||
[[flavor_groups.ambient-sounds.choices]]
|
[[flavor_groups.ambient-sounds.choices]]
|
||||||
id = "ambient-sounds_on"
|
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]
|
[metafile.better-clouds]
|
||||||
flavors = ["fancy"]
|
flavors = ["fancy"]
|
||||||
|
|
||||||
@@ -59,3 +82,8 @@ flavors = ["fancy"]
|
|||||||
|
|
||||||
[metafile.charmonium]
|
[metafile.charmonium]
|
||||||
flavors = ["ambient-sounds_on"]
|
flavors = ["ambient-sounds_on"]
|
||||||
|
|
||||||
|
[metafile.dirtyaliasing]
|
||||||
|
flavors = ["dirty"]
|
||||||
|
[metafile.qdaa]
|
||||||
|
flavors = ["super"]
|
||||||
Reference in New Issue
Block a user