diff --git a/index.toml b/index.toml index a1d8700..7f67c39 100644 --- a/index.toml +++ b/index.toml @@ -535,6 +535,11 @@ file = "mods/simple-voice-chat.pw.toml" hash = "9b6155f3adc212bf6faf818c9d4e02be39dfd822951ecd6c8960ac0f51122fa7" metafile = true +[[files]] +file = "mods/simplechatfork.pw.toml" +hash = "573a30a3bdf96d1891665ad0233c8d17d1f3457233b73b8a33dd263331891d27" +metafile = true + [[files]] file = "mods/slice-and-dice.pw.toml" hash = "c097b1c0b87ce63028d3158d572805d5b7eb99ac87c82cae59083d15985937e6" @@ -590,6 +595,11 @@ file = "mods/vmp-fabric.pw.toml" hash = "40f1effd2c65b6c6f9a1b5dfd0903c87df02b23da6b57f389f61f361ef86d425" metafile = true +[[files]] +file = "mods/voice-chat-interaction.pw.toml" +hash = "5efd3cf3ce070d55b607d938dae8ecd201ef54ca2def1fa3f316d6247de6ca8d" +metafile = true + [[files]] file = "mods/wavey-capes.pw.toml" hash = "40a671d70577d680fbb5afec7b00cd26a28cf78bc2045ad594e3a53f2fca2672" diff --git a/mods/simplechatfork.pw.toml b/mods/simplechatfork.pw.toml new file mode 100644 index 0000000..45005c7 --- /dev/null +++ b/mods/simplechatfork.pw.toml @@ -0,0 +1,13 @@ +name = "SimpleChat (fork)" +filename = "simplechat-1.9.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/O2DN3m2D/versions/a481JvRv/simplechat-1.9.3.jar" +hash-format = "sha1" +hash = "1a82b17827eb9954bebf20e43b11b8f05ee6fa50" + +[update] +[update.modrinth] +mod-id = "O2DN3m2D" +version = "a481JvRv" 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 b1cc477..a3fe61c 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6f1b0af2ab542f6961b461cf689a1581adb3d10f0d51b92d271b5cc867d34b31" +hash = "f57a07626b7e733679904c44a2921bf023420dab989a892d8eff1b64bfc8d83c" [versions] minecraft = "1.20.1"