mirror of
https://github.com/nesquate-mcserver/modpack-server.git
synced 2026-06-06 05:48:55 +00:00
Add in-game voice chat mods
Simple Voice Chat https://modrinth.com/plugin/simple-voice-chat AudioPlayer https://modrinth.com/mod/audioplayer
This commit is contained in:
10
index.toml
10
index.toml
@@ -18,6 +18,11 @@ file = "mods/async-locator.pw.toml"
|
|||||||
hash = "b0c84806bc32028e006144a81865ff5180614bb8146ffc265a905bb2c6c3e1bb"
|
hash = "b0c84806bc32028e006144a81865ff5180614bb8146ffc265a905bb2c6c3e1bb"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/audioplayer.pw.toml"
|
||||||
|
hash = "3690fe53a1adf07216a2292de05561752fd9e3f598615fa4edce10ae797694de"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/c2me-fabric.pw.toml"
|
file = "mods/c2me-fabric.pw.toml"
|
||||||
hash = "78bf078da5e46c2513889f86aa24e522d0651055b5a93a17341b96fdcba70b5e"
|
hash = "78bf078da5e46c2513889f86aa24e522d0651055b5a93a17341b96fdcba70b5e"
|
||||||
@@ -117,6 +122,11 @@ file = "mods/recipecooldown.pw.toml"
|
|||||||
hash = "e8fa46e5c43883dbdc0ad1069813f2b079ea948ff59a6c00defda16363545871"
|
hash = "e8fa46e5c43883dbdc0ad1069813f2b079ea948ff59a6c00defda16363545871"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/simple-voice-chat.pw.toml"
|
||||||
|
hash = "5917df3c585bc3cc3de70143a41efa3507e33a95007eab91f992736a4e5ffe0b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/spark.pw.toml"
|
file = "mods/spark.pw.toml"
|
||||||
hash = "7ca0983d3b7852c06f84c66b9f12da8115ff9b8ba63293cd20452377a0de726e"
|
hash = "7ca0983d3b7852c06f84c66b9f12da8115ff9b8ba63293cd20452377a0de726e"
|
||||||
|
|||||||
13
mods/audioplayer.pw.toml
Normal file
13
mods/audioplayer.pw.toml
Normal file
@@ -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"
|
||||||
13
mods/simple-voice-chat.pw.toml
Normal file
13
mods/simple-voice-chat.pw.toml
Normal file
@@ -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"
|
||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "a390fc43c2f1137f4c9ca8322d7ae6b81bff7db1549ccda8a9cbd15c04e262ec"
|
hash = "56e869994f092fef24c06d7fc5f3f1b08197658cd0f2b8eddb30aca2f3c3ebd0"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.21"
|
fabric = "0.14.21"
|
||||||
|
|||||||
Reference in New Issue
Block a user