mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 14:19:31 +00:00
update mods, fix issue with zoomify, and add plasmo as optional
This commit is contained in:
parent
2ceeaece5c
commit
2c7ff0509a
8 changed files with 45 additions and 35 deletions
|
@ -161,7 +161,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/fabric-language-kotlin.pw.toml"
|
||||
hash = "7be1e122e9ef8f1b7f2df9ffccf02cf83a52d0a53ae5ba7d07ea7bd3cc149101"
|
||||
hash = "b2b0ad206637c53e64311185758dd34cb1871890e9b70e843eee5c4d085426be"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -261,7 +261,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "0ae0f0fdbb37a150696c3c6f5a7776029ed832da9e1820e504a8f3546cf1a396"
|
||||
hash = "bb3f98696004987f53dd9d45af1ac3ab9c902362205bdac9c10f05a789cb87b6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -274,6 +274,11 @@ file = "mods/open-parties-and-claims.pw.toml"
|
|||
hash = "5eeb9147ae81f9e61896a89734840152febc9e275aa97e33b0b45481e3d50686"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/plasmo-voice.pw.toml"
|
||||
hash = "1c6d73b49a176ffab6b6d1abb895c0da2cf22fc4a6efc592e537210e0697ef57"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/polymer.pw.toml"
|
||||
hash = "9d00787c3410032e8caa3d25853eca2d4bfbfec48defd0e14f3fce706a059fce"
|
||||
|
@ -316,7 +321,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "5f5e05c6dcfe6a8303529ff34c6a89cc4af26fe3174fe2c4e2d0d63daa93a992"
|
||||
hash = "7146cf29cc8cb2e9e66ffd5ebfd4db1e116e314694d969a03c2d50c8a0507ad2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -401,15 +406,10 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/yacl.pw.toml"
|
||||
hash = "e6324b15f0cc3ac114be6f389643bb11ff410f401299037ec4703fc1bc35961a"
|
||||
hash = "37c5d5ea5d8c26d988a1de62ab9afc54fa9d8febf276de57f087a1642265ebfc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yosbr.pw.toml"
|
||||
hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/zoomify.pw.toml"
|
||||
hash = "fe67f559bf7c07593f1eb0e3cfabb56635de7e566b26241559452dc04484bd4e"
|
||||
metafile = true
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Fabric Language Kotlin"
|
||||
filename = "fabric-language-kotlin-1.9.4+kotlin.1.8.21.jar"
|
||||
filename = "fabric-language-kotlin-1.9.5+kotlin.1.8.22.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/qgTQJrUS/fabric-language-kotlin-1.9.4%2Bkotlin.1.8.21.jar"
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/ADg3gvlr/fabric-language-kotlin-1.9.5%2Bkotlin.1.8.22.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "98d00c8bb595e7569fadd49290e1a6253d015ed7"
|
||||
hash = "6dab5c754ec04e671e505df685befcedef27f42e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ha28R6CL"
|
||||
version = "qgTQJrUS"
|
||||
version = "ADg3gvlr"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FABRIC-1.19.4-v2.1.4.jar"
|
||||
filename = "NoChatReports-FABRIC-1.19.4-v2.1.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/qhuGllEs/NoChatReports-FABRIC-1.19.4-v2.1.4.jar"
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/RFhAU18Z/NoChatReports-FABRIC-1.19.4-v2.1.6.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "99298ad3acacc1e43169a6eed16d03bfffa83a69"
|
||||
hash = "d3304c2166abfaf0ba307b8ceff755124a1ed456"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "qhuGllEs"
|
||||
version = "RFhAU18Z"
|
||||
|
|
18
.minecraft/mods/plasmo-voice.pw.toml
Normal file
18
.minecraft/mods/plasmo-voice.pw.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name = "Plasmo Voice"
|
||||
filename = "plasmovoice-fabric-1.19.4-2.0.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/UU2eu9xz/plasmovoice-fabric-1.19.4-2.0.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "dd588a9040f63e8dbc725f86e3fd9483876f65d0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1bZhdhsH"
|
||||
version = "UU2eu9xz"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = false
|
||||
description = "Voice Chat Mod, not compat with SimpleVoiceChat"
|
|
@ -11,3 +11,8 @@ hash = "d69b61aff6ea9650ca61eed6d7ed99f08c240a70"
|
|||
[update.modrinth]
|
||||
mod-id = "9eGKb6K1"
|
||||
version = "cpGsggtq"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = false
|
||||
description = "Voice Chat Mod, not compat with Plasmo"
|
|
@ -1,13 +1,13 @@
|
|||
name = "YetAnotherConfigLib"
|
||||
filename = "yet-another-config-lib-fabric-2.5.1+1.19.4.jar"
|
||||
filename = "yet-another-config-lib-fabric-3.0.1+1.19.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/M5iKxVFU/yet-another-config-lib-fabric-2.5.1%2B1.19.4.jar"
|
||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/9ACWUOXp/yet-another-config-lib-fabric-3.0.1%2B1.19.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3a693d9ff4afdc08f17f34665c562eebe847884e"
|
||||
hash = "c55a3616b8fef1bc102e6995f16c81c732a4b9ec"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1eAoo2KR"
|
||||
version = "M5iKxVFU"
|
||||
version = "9ACWUOXp"
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
name = "Zoomify"
|
||||
filename = "Zoomify-2.10.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/1mKrqlvv/Zoomify-2.10.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "21a75350e0f2a904076d2af505a4b077b8ff6438"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "w7ThoJFB"
|
||||
version = "1mKrqlvv"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "5f45241290bd644390c9cdc7cae7fce2df18c322cdb5a1d9c9e87fea950f2555"
|
||||
hash = "dad521d8aa29401335a2dca7ccc1cb64333584f4beffe996ff278d0a446cc5d4"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.21"
|
||||
|
|
Loading…
Reference in a new issue