mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +00:00
add missing config libs
This commit is contained in:
parent
ef19976324
commit
fdfb2c419f
4 changed files with 37 additions and 1 deletions
|
@ -108,6 +108,11 @@ file = "mods/cit-resewn.pw.toml"
|
|||
hash = "0da3b33d0d62fcaf24835fb432b8dd9be02e82897cd43fddc38fa81106203d37"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "213cad77d46ff46fe20780b01856cb1a8812747e9c3564203669bf3905e646e2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/continuity.pw.toml"
|
||||
hash = "3648ed55ffae5bc153c16b2d414925cc30165b5171aa0e2a146e5ba22366fcf1"
|
||||
|
@ -288,6 +293,11 @@ file = "mods/xaeros-world-map.pw.toml"
|
|||
hash = "8d93bc2d7f34112c08beee850a88c484058bbc990f35083f5bd374c0451315f2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yacl.pw.toml"
|
||||
hash = "f1b822298ccbb96ab43b054811b802080c3160db2168e7c795370779e8bc1b93"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yosbr.pw.toml"
|
||||
hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12"
|
||||
|
|
13
.minecraft/mods/cloth-config.pw.toml
Normal file
13
.minecraft/mods/cloth-config.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cloth Config API"
|
||||
filename = "cloth-config-8.2.88-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/EXrxCjl6/cloth-config-8.2.88-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4b93c69f22e9bdeeca201992e99632824b55f9cb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "EXrxCjl6"
|
13
.minecraft/mods/yacl.pw.toml
Normal file
13
.minecraft/mods/yacl.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "YetAnotherConfigLib"
|
||||
filename = "YetAnotherConfigLib-1.5.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/FxNs8Edj/YetAnotherConfigLib-1.5.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6928a199868ed4e4131b4fe0c401a1f2184b4db6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1eAoo2KR"
|
||||
version = "FxNs8Edj"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "18b11aba4722535c2b1dcec72fb3671f5a2bc90b9373ca8a25a2affbc8757db0"
|
||||
hash = "c1207620c70b6c71ce6a8efa037057d88e70f5b58ac60455b5d108e9675f6c16"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.9"
|
||||
|
|
Loading…
Reference in a new issue