From 005e7cade52485c412d3bd602f071320185906f6 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Wed, 25 Jan 2023 18:30:35 -0800 Subject: [PATCH] install midnight lib as unlisted dependancy --- .minecraft/index.toml | 5 +++++ .minecraft/mods/midnightlib.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/midnightlib.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 5993fc0..ea02b1d 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -170,6 +170,11 @@ file = "mods/mc-vr-api.pw.toml" hash = "cc6c01414acb0f20598a3fd9f27e811f2a80a5aeeb71dc601e1418da0fae1748" metafile = true +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "1a8f0c15ae35da293f34bd5eefe13629946cb772e0d714483bc682e8ae35a1a2" +metafile = true + [[files]] file = "mods/modmenu.pw.toml" hash = "e776fe49fb7af0a6d9d719cb966195c13a818619156cc96c9397d3d48445fa4a" diff --git a/.minecraft/mods/midnightlib.pw.toml b/.minecraft/mods/midnightlib.pw.toml new file mode 100644 index 0000000..818e2ff --- /dev/null +++ b/.minecraft/mods/midnightlib.pw.toml @@ -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" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 727f768..eddf2ee 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0248ab524b42c143606faf1e1d04cbd25f05f63d6ac62eae90be61e47c2e0c28" +hash = "55701915bd9e1163f7b488a755c7c4ca0c1ee03ab797185b70e508084e543276" [versions] fabric = "0.14.12"