From 673d4ced4a378da60b79ad8d6fa6336e14d56b10 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 11 May 2025 11:11:12 -0600 Subject: [PATCH] add sodium extra --- index.toml | 5 +++++ mods/sodium-extra.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/sodium-extra.pw.toml diff --git a/index.toml b/index.toml index c6ddeac..cefc0a5 100644 --- a/index.toml +++ b/index.toml @@ -465,6 +465,11 @@ file = "mods/simple-voice-chat.pw.toml" hash = "add3ed131f450cddf73de8515086d90eafccb70bf7b914887bcc7e3cc4ff5acb" metafile = true +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "1af09f16a643df0f61f2c799e981aa0b8c109999f0784584a6eff9a81f1c00c1" +metafile = true + [[files]] file = "mods/sodium.pw.toml" hash = "11e2d2257d15509f1acffb9945c0a85f35ddffbf6877b8ab8ff21414f0f3caff" diff --git a/mods/sodium-extra.pw.toml b/mods/sodium-extra.pw.toml new file mode 100644 index 0000000..348710e --- /dev/null +++ b/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-fabric-0.6.0+mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/anDafurZ/sodium-extra-fabric-0.6.0%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "fa7fa78b5d4ef19eff4b3e711f5c79cb54e71c55c6af43fa6867c86e3e54be5045a681b809b8482227c5bda4da4afdce6f30b91e8021d3fae7e34be252b9c972" + +[update] +[update.modrinth] +mod-id = "PtjYWJkn" +version = "anDafurZ" diff --git a/pack.toml b/pack.toml index 8135c26..899df74 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a5b13eb1bde443573ff3885cc9fb04804e24fbab28709760e0959c858249f476" +hash = "5c8b258d7dde8d4d4316c3ebd78f6d3eb72544dc47343923110460ed6fb9c61d" [versions] fabric = "0.16.14"