From 2f0fdece7e4f5df426dff5be5777246fe8d5ae7c Mon Sep 17 00:00:00 2001 From: endigma Date: Sat, 30 Apr 2022 21:25:58 -0300 Subject: [PATCH] add sodium-extra --- index.toml | 5 +++++ mods/sodium-extra.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/sodium-extra.toml diff --git a/index.toml b/index.toml index 236d2ba..4c5da74 100644 --- a/index.toml +++ b/index.toml @@ -908,6 +908,11 @@ file = "mods/smoother-bedrock.toml" hash = "7e4b655d06984e33d2e5e7337f959b530cbb1b799db8d422343758d4f0030504" metafile = true +[[files]] +file = "mods/sodium-extra.toml" +hash = "f0ab553dfbd753da7774768a0589771b9bf1f4157d3735315fd6aca5c0c16322" +metafile = true + [[files]] file = "mods/sodium.toml" hash = "f291cfa3dc4468318494015a4d695f66a22356355aa0122b2fbb7c1407ffdde0" diff --git a/mods/sodium-extra.toml b/mods/sodium-extra.toml new file mode 100644 index 0000000..3cc5d31 --- /dev/null +++ b/mods/sodium-extra.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-mc1.18.1-0.4.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/mc1.18.1-0.4.0/sodium-extra-mc1.18.1-0.4.0.jar" +hash-format = "sha1" +hash = "0a5e52d66faf9ba68cec2d732b72557173a990a0" + +[update] +[update.modrinth] +mod-id = "PtjYWJkn" +version = "F8hFUYl1" diff --git a/pack.toml b/pack.toml index 0e2d062..8d92733 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "af5b5689fe43dbba415865dd8c71b878278d3cd7703b5dbfd3f78f93fe831fa1" +hash = "047d0cf77b5d57cac102ce0936a1943ddd0b0d8c78032877359e4a71d0fc2c1e" [versions] fabric = "0.13.3"