add two new mods
This commit is contained in:
parent
005e7cade5
commit
822ac17dd5
4 changed files with 37 additions and 1 deletions
|
@ -75,6 +75,11 @@ file = "mods/collective.pw.toml"
|
|||
hash = "c27782dcc93775f43f891578600d6d74432bf33f9a3950847a4f3ab6abe5318a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/copper-hopper.pw.toml"
|
||||
hash = "0419e14428771e095968f350521cc76469b11ab004fa1fbc2405dda6d0e7bb3d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cyberanner-ironchest.pw.toml"
|
||||
hash = "099100b9e5acfe0937abae91dc3e754075653f58c8615249280f2040b7b6080e"
|
||||
|
@ -245,6 +250,11 @@ file = "mods/vivecraft.pw.toml"
|
|||
hash = "74d769b99382c6d6945d71ff59d610c2dc21aa8ba16f488c8f80ec33786d0dd6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/voice-chat-interaction.pw.toml"
|
||||
hash = "2ab3e7218968c5d346e2e542774740163fab0d40622a2991be2373b0de2deeac"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "packwiz-installer-bootstrap.jar"
|
||||
hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c"
|
||||
|
|
13
.minecraft/mods/copper-hopper.pw.toml
Normal file
13
.minecraft/mods/copper-hopper.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Copper Hopper"
|
||||
filename = "copperhopper-0.1.1+1.19.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mTI5Xg5F/versions/r3vz8SNL/copperhopper-0.1.1%2B1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e2f70730838ef7567c6cd82ba438da24038d7687"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mTI5Xg5F"
|
||||
version = "r3vz8SNL"
|
13
.minecraft/mods/voice-chat-interaction.pw.toml
Normal file
13
.minecraft/mods/voice-chat-interaction.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Voice Chat Interaction"
|
||||
filename = "vcinteraction-1.19.3-1.0.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qsSP2ZZ0/versions/FeoZscEV/vcinteraction-1.19.3-1.0.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "714f4528f234c1e37d46c4266a222f098bc3deb3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qsSP2ZZ0"
|
||||
version = "FeoZscEV"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "55701915bd9e1163f7b488a755c7c4ca0c1ee03ab797185b70e508084e543276"
|
||||
hash = "0f71ac1505b712690a6e90e1b19d12f2dd668265054bfe25d99e8d9d8c1bfa00"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.12"
|
||||
|
|
Loading…
Reference in a new issue