From 07468594c315a1180f6f647e2b77303c5f31a2e1 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Sun, 20 Jul 2025 13:06:54 +0200 Subject: [PATCH] Add simple voice chat mod --- index.toml | 5 +++++ mods/simple-voice-chat.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/simple-voice-chat.pw.toml diff --git a/index.toml b/index.toml index 6c43cda..a2638f0 100644 --- a/index.toml +++ b/index.toml @@ -170,6 +170,11 @@ file = "mods/searchables.pw.toml" hash = "ce9ddada6ffd55a512149cc474c6a453281a997a5fdf1b7b4a2cc73f875e704a" metafile = true +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "587514cb3c29b1aa90191a399aa2aee05bee9e1e170f1f60e9490640eea0897f" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" hash = "a1fb713df668ed21dda0602e99cb23b991c8faff841e130d7aae46258c3d6a45" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..c39a109 --- /dev/null +++ b/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-neoforge-1.21.1-2.5.35.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/aHJDzfX2/voicechat-neoforge-1.21.1-2.5.35.jar" +hash-format = "sha512" +hash = "99dc0350aeeabe01f25511ee5bca38e5cf526210d6c6007a6094f2f2b7d1ecc6ffc79a1e89be194a33c718e7c9d95b231066097952f4bf31fd70d47138c98589" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "aHJDzfX2" diff --git a/pack.toml b/pack.toml index 855b4f4..e4eccdd 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a9b992af3357255097ac65a00c5a1bfc6b0ca72ba4ede4ff3c0a716701b608e6" +hash = "c199c2d1c630eb6599f8f02b91aedf33cbd8dcabb2c798a6b3bcaf5236577fd6" [versions] minecraft = "1.21.1"