remove server.properties, add simple voice chat
This commit is contained in:
parent
a6398bafbb
commit
2e4edd2458
3 changed files with 19 additions and 1 deletions
|
@ -1046,6 +1046,11 @@ file = "mods/silk.pw.toml"
|
||||||
hash = "c4499ffaf7f6f177318d57e8a7facaaf8a9749a121aad66f7490b95517d5a26d"
|
hash = "c4499ffaf7f6f177318d57e8a7facaaf8a9749a121aad66f7490b95517d5a26d"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/simple-voice-chat.pw.toml"
|
||||||
|
hash = "287a224a0c4b6ec51e0f722706af8c3d33154a2c99dac5197ec0e0190d03925d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/snow-under-trees-remastered.pw.toml"
|
file = "mods/snow-under-trees-remastered.pw.toml"
|
||||||
hash = "c6234de3ab707c6f5fc25808d65a30b1e6fb096cb9225512c3d6faeebe855454"
|
hash = "c6234de3ab707c6f5fc25808d65a30b1e6fb096cb9225512c3d6faeebe855454"
|
||||||
|
|
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.2-2.4.27.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/5bFG77fl/voicechat-fabric-1.20.2-2.4.27.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "6bf7ea8811c13f5ddaccc8d206e8332692e3606c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "9eGKb6K1"
|
||||||
|
version = "5bFG77fl"
|
|
@ -4,7 +4,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "a1e329332664b05285ce3697c7767a81fbc51905fc4bf6a0082af74029e790fb"
|
hash = "7c79e93332007ffdf98d6e4a3f3aea5eef8fbc136473ee911d07ea5a959d4245"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.2"
|
minecraft = "1.20.2"
|
||||||
|
|
Loading…
Reference in a new issue