From fd4a3321993e828facae6e9d3246477e9e2f7bf6 Mon Sep 17 00:00:00 2001 From: Nesquate Date: Mon, 24 Jul 2023 08:38:53 +0800 Subject: [PATCH] Add in-game voice chat mods Simple Voice Chat https://modrinth.com/plugin/simple-voice-chat AudioPlayer https://modrinth.com/mod/audioplayer --- index.toml | 10 ++++++++++ mods/audioplayer.pw.toml | 13 +++++++++++++ mods/simple-voice-chat.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/audioplayer.pw.toml create mode 100644 mods/simple-voice-chat.pw.toml diff --git a/index.toml b/index.toml index 9148865..5ca9dac 100644 --- a/index.toml +++ b/index.toml @@ -18,6 +18,11 @@ file = "mods/async-locator.pw.toml" hash = "b0c84806bc32028e006144a81865ff5180614bb8146ffc265a905bb2c6c3e1bb" metafile = true +[[files]] +file = "mods/audioplayer.pw.toml" +hash = "3690fe53a1adf07216a2292de05561752fd9e3f598615fa4edce10ae797694de" +metafile = true + [[files]] file = "mods/c2me-fabric.pw.toml" hash = "78bf078da5e46c2513889f86aa24e522d0651055b5a93a17341b96fdcba70b5e" @@ -117,6 +122,11 @@ file = "mods/recipecooldown.pw.toml" hash = "e8fa46e5c43883dbdc0ad1069813f2b079ea948ff59a6c00defda16363545871" metafile = true +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "5917df3c585bc3cc3de70143a41efa3507e33a95007eab91f992736a4e5ffe0b" +metafile = true + [[files]] file = "mods/spark.pw.toml" hash = "7ca0983d3b7852c06f84c66b9f12da8115ff9b8ba63293cd20452377a0de726e" diff --git a/mods/audioplayer.pw.toml b/mods/audioplayer.pw.toml new file mode 100644 index 0000000..86756b7 --- /dev/null +++ b/mods/audioplayer.pw.toml @@ -0,0 +1,13 @@ +name = "AudioPlayer" +filename = "audioplayer-1.20.1-1.6.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/MJIzsPLC/audioplayer-1.20.1-1.6.2.jar" +hash-format = "sha1" +hash = "576fa2e089dcc76d97987c981adf3be1e2ad1613" + +[update] +[update.modrinth] +mod-id = "SRlzjEBS" +version = "MJIzsPLC" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..14622d5 --- /dev/null +++ b/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.1-2.4.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/mZfta0kq/voicechat-fabric-1.20.1-2.4.15.jar" +hash-format = "sha1" +hash = "7b1b5ac10a854821fc6629f1c5c7e804edb63898" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "mZfta0kq" diff --git a/pack.toml b/pack.toml index f9522a3..3082e03 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 = "a390fc43c2f1137f4c9ca8322d7ae6b81bff7db1549ccda8a9cbd15c04e262ec" +hash = "56e869994f092fef24c06d7fc5f3f1b08197658cd0f2b8eddb30aca2f3c3ebd0" [versions] fabric = "0.14.21"