diff --git a/index.toml b/index.toml index 1572be5..26f57b7 100644 --- a/index.toml +++ b/index.toml @@ -484,6 +484,11 @@ file = "mods/shulkerboxtooltip.pw.toml" hash = "edba7765364ba526fcc7da563e9858d997dd9915401e08040c32de7f79d1bb91" metafile = true +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "c7da3391e9dce256b862e07b263074b71c95e0a95903e3f4647c0f08a2a055fa" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" hash = "4e691c86059e755a026b8cae8cf0c66396dc39bf47b6c71980589101803ecd36" @@ -524,6 +529,11 @@ file = "mods/ukus-armor-hud.pw.toml" hash = "4a807bf22e6095d7732c4e619201a372bbe132f9b1ed478e409ff9777e6f6ffd" metafile = true +[[files]] +file = "mods/voice-chat-interaction.pw.toml" +hash = "5efd3cf3ce070d55b607d938dae8ecd201ef54ca2def1fa3f316d6247de6ca8d" +metafile = true + [[files]] file = "mods/vtdownloader.pw.toml" hash = "a04d4648349d35e607e7173fccfc576d5ebbe804a3716c1bd9154dcce0fd697a" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..ec8e83d --- /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.24.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/wGI0D9fk/voicechat-fabric-1.20.1-2.4.24.jar" +hash-format = "sha1" +hash = "20b6d5db0e9725d3532314dac1f9ede7277e7fea" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "wGI0D9fk" diff --git a/mods/voice-chat-interaction.pw.toml b/mods/voice-chat-interaction.pw.toml new file mode 100644 index 0000000..e68bc39 --- /dev/null +++ b/mods/voice-chat-interaction.pw.toml @@ -0,0 +1,13 @@ +name = "Voice Chat Interaction" +filename = "vcinteraction-1.20.1-1.0.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/qsSP2ZZ0/versions/2jPnBjYc/vcinteraction-1.20.1-1.0.3.jar" +hash-format = "sha1" +hash = "103981797da49402b63f40f5572d91c83e041b00" + +[update] +[update.modrinth] +mod-id = "qsSP2ZZ0" +version = "2jPnBjYc" diff --git a/pack.toml b/pack.toml index 855c279..a799d68 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 = "6b06d8f35b84f39ac4d06f179f02ccb6cb51cae99671762d007f6f78b79445ac" +hash = "424b47e6ff9f7f83e60faecb52b7780a86e73e3995e4230502d6b140dd662f97" [versions] fabric = "0.14.22"