From 2e4edd245845a33b1b1959f43731825d15da244b Mon Sep 17 00:00:00 2001 From: Yuki Date: Tue, 31 Oct 2023 17:25:28 +0100 Subject: [PATCH] remove server.properties, add simple voice chat --- 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 b36480b..e39e52d 100755 --- a/index.toml +++ b/index.toml @@ -1046,6 +1046,11 @@ file = "mods/silk.pw.toml" hash = "c4499ffaf7f6f177318d57e8a7facaaf8a9749a121aad66f7490b95517d5a26d" metafile = true +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "287a224a0c4b6ec51e0f722706af8c3d33154a2c99dac5197ec0e0190d03925d" +metafile = true + [[files]] file = "mods/snow-under-trees-remastered.pw.toml" hash = "c6234de3ab707c6f5fc25808d65a30b1e6fb096cb9225512c3d6faeebe855454" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..ab37892 --- /dev/null +++ b/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.2-2.4.27.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/5bFG77fl/voicechat-fabric-1.20.2-2.4.27.jar" +hash-format = "sha1" +hash = "6bf7ea8811c13f5ddaccc8d206e8332692e3606c" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "5bFG77fl" diff --git a/pack.toml b/pack.toml index c5697d7..7c98494 100755 --- a/pack.toml +++ b/pack.toml @@ -4,7 +4,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a1e329332664b05285ce3697c7767a81fbc51905fc4bf6a0082af74029e790fb" +hash = "7c79e93332007ffdf98d6e4a3f3aea5eef8fbc136473ee911d07ea5a959d4245" [versions] minecraft = "1.20.2"