Add simple voice chat mod
This commit is contained in:
parent
27be8da55b
commit
07468594c3
3 changed files with 19 additions and 1 deletions
|
@ -170,6 +170,11 @@ file = "mods/searchables.pw.toml"
|
|||
hash = "ce9ddada6ffd55a512149cc474c6a453281a997a5fdf1b7b4a2cc73f875e704a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "587514cb3c29b1aa90191a399aa2aee05bee9e1e170f1f60e9490640eea0897f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium-extra.pw.toml"
|
||||
hash = "a1fb713df668ed21dda0602e99cb23b991c8faff841e130d7aae46258c3d6a45"
|
||||
|
|
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-neoforge-1.21.1-2.5.35.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/aHJDzfX2/voicechat-neoforge-1.21.1-2.5.35.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "99dc0350aeeabe01f25511ee5bca38e5cf526210d6c6007a6094f2f2b7d1ecc6ffc79a1e89be194a33c718e7c9d95b231066097952f4bf31fd70d47138c98589"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9eGKb6K1"
|
||||
version = "aHJDzfX2"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "a9b992af3357255097ac65a00c5a1bfc6b0ca72ba4ede4ff3c0a716701b608e6"
|
||||
hash = "c199c2d1c630eb6599f8f02b91aedf33cbd8dcabb2c798a6b3bcaf5236577fd6"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.21.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue