add voice chat
This commit is contained in:
parent
8c91613bc7
commit
846bc21acc
10
index.toml
10
index.toml
@ -484,6 +484,11 @@ file = "mods/shulkerboxtooltip.pw.toml"
|
|||||||
hash = "edba7765364ba526fcc7da563e9858d997dd9915401e08040c32de7f79d1bb91"
|
hash = "edba7765364ba526fcc7da563e9858d997dd9915401e08040c32de7f79d1bb91"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/simple-voice-chat.pw.toml"
|
||||||
|
hash = "c7da3391e9dce256b862e07b263074b71c95e0a95903e3f4647c0f08a2a055fa"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sodium-extra.pw.toml"
|
file = "mods/sodium-extra.pw.toml"
|
||||||
hash = "4e691c86059e755a026b8cae8cf0c66396dc39bf47b6c71980589101803ecd36"
|
hash = "4e691c86059e755a026b8cae8cf0c66396dc39bf47b6c71980589101803ecd36"
|
||||||
@ -524,6 +529,11 @@ file = "mods/ukus-armor-hud.pw.toml"
|
|||||||
hash = "4a807bf22e6095d7732c4e619201a372bbe132f9b1ed478e409ff9777e6f6ffd"
|
hash = "4a807bf22e6095d7732c4e619201a372bbe132f9b1ed478e409ff9777e6f6ffd"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/voice-chat-interaction.pw.toml"
|
||||||
|
hash = "5efd3cf3ce070d55b607d938dae8ecd201ef54ca2def1fa3f316d6247de6ca8d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/vtdownloader.pw.toml"
|
file = "mods/vtdownloader.pw.toml"
|
||||||
hash = "a04d4648349d35e607e7173fccfc576d5ebbe804a3716c1bd9154dcce0fd697a"
|
hash = "a04d4648349d35e607e7173fccfc576d5ebbe804a3716c1bd9154dcce0fd697a"
|
||||||
|
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.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"
|
13
mods/voice-chat-interaction.pw.toml
Normal file
13
mods/voice-chat-interaction.pw.toml
Normal file
@ -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"
|
@ -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 = "6b06d8f35b84f39ac4d06f179f02ccb6cb51cae99671762d007f6f78b79445ac"
|
hash = "424b47e6ff9f7f83e60faecb52b7780a86e73e3995e4230502d6b140dd662f97"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.22"
|
fabric = "0.14.22"
|
||||||
|
Loading…
Reference in New Issue
Block a user