install midnight lib as unlisted dependancy
This commit is contained in:
parent
0578c6b9ac
commit
005e7cade5
3 changed files with 19 additions and 1 deletions
|
@ -170,6 +170,11 @@ file = "mods/mc-vr-api.pw.toml"
|
||||||
hash = "cc6c01414acb0f20598a3fd9f27e811f2a80a5aeeb71dc601e1418da0fae1748"
|
hash = "cc6c01414acb0f20598a3fd9f27e811f2a80a5aeeb71dc601e1418da0fae1748"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/midnightlib.pw.toml"
|
||||||
|
hash = "1a8f0c15ae35da293f34bd5eefe13629946cb772e0d714483bc682e8ae35a1a2"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/modmenu.pw.toml"
|
file = "mods/modmenu.pw.toml"
|
||||||
hash = "e776fe49fb7af0a6d9d719cb966195c13a818619156cc96c9397d3d48445fa4a"
|
hash = "e776fe49fb7af0a6d9d719cb966195c13a818619156cc96c9397d3d48445fa4a"
|
||||||
|
|
13
.minecraft/mods/midnightlib.pw.toml
Normal file
13
.minecraft/mods/midnightlib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "MidnightLib"
|
||||||
|
filename = "midnightlib-fabric-1.1.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/codAaoxh/versions/61U935Ys/midnightlib-fabric-1.1.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "fec1329d280eb30a568eac4c4a9da894a649f241"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "codAaoxh"
|
||||||
|
version = "61U935Ys"
|
|
@ -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 = "0248ab524b42c143606faf1e1d04cbd25f05f63d6ac62eae90be61e47c2e0c28"
|
hash = "55701915bd9e1163f7b488a755c7c4ca0c1ee03ab797185b70e508084e543276"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.12"
|
fabric = "0.14.12"
|
||||||
|
|
Loading…
Reference in a new issue