diff options
| author | Felix Perktold <> | 2026-08-06 16:37:31 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-08-06 16:37:31 +0000 |
| commit | 037d4e228d1017641cffe012f34f628eb5a58ff5 (patch) | |
| tree | e915990a987ae76df2e93428cc3cd004fc5fb4e3 | |
| parent | 206e4bd9006d58454ace9a2762c3edfd4aca21f4 (diff) | |
add shaders
| -rw-r--r-- | index.toml | 15 | ||||
| -rw-r--r-- | mods/iris.pw.toml | 13 | ||||
| -rw-r--r-- | mods/sodium.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 | ||||
| -rw-r--r-- | shaderpacks/complementary-reimagined.pw.toml | 13 |
5 files changed, 55 insertions, 1 deletions
@@ -695,6 +695,11 @@ hash = "ce1e5e716166d72f41fc45950db9346934201c3522f333e08de13412d0588141" metafile = true [[files]] +file = "mods/iris.pw.toml" +hash = "99efc9e805ce2888680d3cacb9be65733c6d4a8cfcb77e1976205f758db24346" +metafile = true + +[[files]] file = "mods/jade.pw.toml" hash = "4da3ad4943ca6cb4534f85bd75211de869e0b77a71edc8bd774470849a91b7fa" metafile = true @@ -820,6 +825,11 @@ hash = "6d9a8dac0aeb4cd4776d64a7ef3cca3842073cfcab8e6ea431653b98954f5a4d" metafile = true [[files]] +file = "mods/sodium.pw.toml" +hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" +metafile = true + +[[files]] file = "mods/sophisticated-backpacks-(unoffical-fabric-port).pw.toml" hash = "0238d3e484f1829aaabb3b2482e528e192f3124fad89d81f43d7b60406e17d71" metafile = true @@ -967,3 +977,8 @@ metafile = true [[files]] file = "packwiz.json" hash = "b496120fb2541214a4de4e32c4562f94a611204192c21685580e501283f4fe6f" + +[[files]] +file = "shaderpacks/complementary-reimagined.pw.toml" +hash = "ea258ed5bf495d9017eeadc3cbf9bd67b1e672d843826bc077135548b5bc699e" +metafile = true diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml new file mode 100644 index 0000000..3c5de12 --- /dev/null +++ b/mods/iris.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-1.7.6+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/s5eFLITc/iris-1.7.6%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "f1337b0441c31269bd3bfcb28647d521326a83e73128c1ac8d065615f8a5a4ca1e8c96a468b356584236ece5b164ec8d8a52b1878064f4e391ecf4f32885e301" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "s5eFLITc" diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml new file mode 100644 index 0000000..54741df --- /dev/null +++ b/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.13+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/OihdIimA/sodium-fabric-0.5.13%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "81c64f9c2d3402dfa43ee54d8f5a054f5243bfb08984e3addcab9fe885073c79c43c1c8c41e8f30b625d26a656f82a8e5f370bbbbf222ff1c08f4b324edb7ea4" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "OihdIimA" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d5e69cbe7fd86eb6e7aaf77603ea3131a3cc96c4d66f008f4084f5c85a6ef61d" +hash = "42d706c87c31012f99f790dbdca54ad0604f05ed9a2daeff17abe4e49baad66d" [versions] fabric = "0.19.3" diff --git a/shaderpacks/complementary-reimagined.pw.toml b/shaderpacks/complementary-reimagined.pw.toml new file mode 100644 index 0000000..4c90ac7 --- /dev/null +++ b/shaderpacks/complementary-reimagined.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Reimagined" +filename = "ComplementaryReimagined_r5.8.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/yCCduG44/ComplementaryReimagined_r5.8.1.zip" +hash-format = "sha512" +hash = "6bd95215755d25812556ce790d976221f7d677d63112e3e4d3e70b08a62ed41348fa3792dd31bbe720d1e46fe2d525cadb4f66e6358118e1f4aa8e0d11f25c39" + +[update] +[update.modrinth] +mod-id = "HVnmMxH1" +version = "yCCduG44" |
