new voice chat / sound physics

This commit is contained in:
endigma 2022-06-19 13:10:11 -03:00
parent 98be6301c0
commit 3c3b5ede07
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
5 changed files with 37 additions and 19 deletions

View File

@ -869,11 +869,6 @@ file = "mods/pig-pen-cipher.toml"
hash = "5b375d0099feaceff6b88827f22321790900c24f83184b92d1dab89d224c7cc9" hash = "5b375d0099feaceff6b88827f22321790900c24f83184b92d1dab89d224c7cc9"
metafile = true metafile = true
[[files]]
file = "mods/plasmo-voice.toml"
hash = "69b74bbfe190074a1aca83d0f2e780f263810a20f05d72e1db35907785c02835"
metafile = true
[[files]] [[files]]
file = "mods/pling.toml" file = "mods/pling.toml"
hash = "e7e868d0738bf0807843134b634a798803650e166935e8f1a9de73ba1dca0d86" hash = "e7e868d0738bf0807843134b634a798803650e166935e8f1a9de73ba1dca0d86"
@ -959,6 +954,11 @@ file = "mods/simple-crates.toml"
hash = "24c74f4bef52ca466e44468f1309059244a1f8e24717c77fb8e40ad8508de641" hash = "24c74f4bef52ca466e44468f1309059244a1f8e24717c77fb8e40ad8508de641"
metafile = true metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "6c2076de008ae0e5dec7990346fb74b77d3b774b6f58ba92e03655b6508d059a"
metafile = true
[[files]] [[files]]
file = "mods/slotlink.toml" file = "mods/slotlink.toml"
hash = "1fadc3d2a9b6b5c6efbcede06a16448d25ac9ebc1bf097346ecdc8031ea21ce8" hash = "1fadc3d2a9b6b5c6efbcede06a16448d25ac9ebc1bf097346ecdc8031ea21ce8"
@ -994,6 +994,11 @@ file = "mods/solid_mobs.pw.toml"
hash = "eb7e4020a1a5b55106190919569216a1d304d4c31bea3bb8c953a2c9d0a95f33" hash = "eb7e4020a1a5b55106190919569216a1d304d4c31bea3bb8c953a2c9d0a95f33"
metafile = true metafile = true
[[files]]
file = "mods/sound-physics-remastered.pw.toml"
hash = "1fe9aa5d3d49e8a426236ba189b751a0421b8ea56eb890b9dc794f53aea915d4"
metafile = true
[[files]] [[files]]
file = "mods/spark.toml" file = "mods/spark.toml"
hash = "b55d9d1ea5b5cadde5973123c0c644065f905afff5ea8d3d24c6d6564a7470cd" hash = "b55d9d1ea5b5cadde5973123c0c644065f905afff5ea8d3d24c6d6564a7470cd"

View File

@ -1,13 +0,0 @@
name = "Plasmo Voice"
filename = "plasmovoice-fabric-1.18-1.2.13.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/fabric-1.18-1.2.13/plasmovoice-fabric-1.18-1.2.13.jar"
hash-format = "sha1"
hash = "6fd2d3fd1464218aecb387d04a8b51ad07ffc159"
[update]
[update.modrinth]
mod-id = "1bZhdhsH"
version = "CGqrbEX7"

View File

@ -0,0 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-1.18.2-2.2.46.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/fabric-1.18.2-2.2.46/voicechat-fabric-1.18.2-2.2.46.jar"
hash-format = "sha1"
hash = "9432085f49315fea8158c12ee3afa3d465af3627"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "bnjunHiE"

View File

@ -0,0 +1,13 @@
name = "Sound Physics Remastered"
filename = "soundphysics-fabric-1.18.2-1.0.6.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "414615a585c0d26bbf25f66a6608f06606fda4a5"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3804243
project-id = 535489

View File

@ -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 = "bf4b905fea08d5ab8142c7d6bacdadc9c861b7a9f07f2696b5bfec0584c89c92" hash = "6479f77af56a7118cc0302d9953d3a602dfb8fc83e8833ab22a1c162d5354c1c"
[versions] [versions]
fabric = "0.14.7" fabric = "0.14.7"