Added VCInteraction & Polymorph
This commit is contained in:
parent
ea6bb2802f
commit
7e246828c7
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -530,6 +530,11 @@ file = "mods/pehkui.pw.toml"
|
|||
hash = "0c137fc602775302c23539446a7d562d9f2b903aa0a972b85314088d1f705492"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/polymorph.pw.toml"
|
||||
hash = "a441c287441f57daa6336ad4606c6530320dd0881deb60efa2447a517fb95cd3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/powah.pw.toml"
|
||||
hash = "ac6a4cf7efb81f4d8976caec374b680f69f79740cc93b5331abd35418f43299f"
|
||||
|
@ -680,6 +685,11 @@ file = "mods/twigs.pw.toml"
|
|||
hash = "95d573e09df96d3d984e9c08fa809297f3fcb6ae19ec43983f665bb20f7ad446"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/voice-chat-interaction.pw.toml"
|
||||
hash = "4a63451ef8d020713651dd9d364772595b0124138511a1a39c9b8c8e72e3c0c0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yigd.pw.toml"
|
||||
hash = "d50f1f988b35d7b788d945fece5e8605daac9c9b819a23f2ed3f87e9142f4a24"
|
||||
|
|
13
mods/polymorph.pw.toml
Normal file
13
mods/polymorph.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Polymorph"
|
||||
filename = "polymorph-fabric-0.46.1+1.19.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/tagwiZkJ/versions/cnPRpn78/polymorph-fabric-0.46.1%2B1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "18d55a12e532f82b59592b609ef41be8cb2c5c98"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "tagwiZkJ"
|
||||
version = "cnPRpn78"
|
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.19.2-1.0.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qsSP2ZZ0/versions/ljZO4mJm/vcinteraction-1.19.2-1.0.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "86f74011e6aca35d364eaabc60390d968488ce8d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qsSP2ZZ0"
|
||||
version = "ljZO4mJm"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "0a03030c06eedc85fe9ebfd3564fca5e364b6adcee26c3a904e3458649ab0ac3"
|
||||
hash = "a09b9196930e582d696dfca57a1935d42ae0f3f60d9526f16714749150c990d5"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.19.2"
|
||||
|
|
Loading…
Reference in a new issue