From 1235ab705873420541bacdf0276eec1cc37e7297 Mon Sep 17 00:00:00 2001 From: Pen Anderson Date: Fri, 13 Oct 2023 09:55:55 -0500 Subject: [PATCH] Add midnightlib and modmenu --- index.toml | 15 +++++++++++++++ mods/midnightlib.pw.toml | 13 +++++++++++++ mods/modmenu-badges-lib.pw.toml | 13 +++++++++++++ mods/modmenu.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/midnightlib.pw.toml create mode 100644 mods/modmenu-badges-lib.pw.toml create mode 100644 mods/modmenu.pw.toml diff --git a/index.toml b/index.toml index 0a513bd..e786f41 100644 --- a/index.toml +++ b/index.toml @@ -500,6 +500,11 @@ file = "mods/memoryleakfix.pw.toml" hash = "8e42842f48b3227733bafced612212eee2298f567ca599ac6a55b9878ae661da" metafile = true +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "696ea2237f9a4aa10af435874d7ef548f69e4bf418690ab68423dc8ccc38a72c" +metafile = true + [[files]] file = "mods/mixintrace.pw.toml" hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86" @@ -510,6 +515,16 @@ file = "mods/modernfix.pw.toml" hash = "e92b8d83b1c7cbf0245dd3588a4b9653d77a21d2b01c33951e35b03fb87f110b" metafile = true +[[files]] +file = "mods/modmenu-badges-lib.pw.toml" +hash = "1a7ae191e5fca4155061eb973148af32d41e08f96e1ce013154f967ee173abf8" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "be0fd8b9cd9f8a94428ea8ac5ec84f4f7bab23697236b7a2e54d8537834e0315" +metafile = true + [[files]] file = "mods/moonlight.pw.toml" hash = "74187f3fa3238a5c91cc36913975cf9fe4108b793acba1682b86e7ba94f91ec2" diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..235684e --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-fabric-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/codAaoxh/versions/p0LjncVW/midnightlib-fabric-1.0.0.jar" +hash-format = "sha1" +hash = "a4d7c5f2f191e7e0fc2b272116212ac8134652bf" + +[update] +[update.modrinth] +mod-id = "codAaoxh" +version = "p0LjncVW" diff --git a/mods/modmenu-badges-lib.pw.toml b/mods/modmenu-badges-lib.pw.toml new file mode 100644 index 0000000..b695655 --- /dev/null +++ b/mods/modmenu-badges-lib.pw.toml @@ -0,0 +1,13 @@ +name = "ModMenu Badges Lib" +filename = "modmenu-badges-lib-2023.4.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/eUw8l2Vi/versions/hF72vnib/modmenu-badges-lib-2023.4.1.jar" +hash-format = "sha1" +hash = "099f8c28ef7449b0a5eadd3927e3f7e9c5846498" + +[update] +[update.modrinth] +mod-id = "eUw8l2Vi" +version = "hF72vnib" diff --git a/mods/modmenu.pw.toml b/mods/modmenu.pw.toml new file mode 100644 index 0000000..77196af --- /dev/null +++ b/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-4.2.0-beta.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/gSoPJyVn/modmenu-4.2.0-beta.2.jar" +hash-format = "sha1" +hash = "6e627ee1b31f5be89e14c85e888f47463d8da9c2" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "gSoPJyVn" diff --git a/pack.toml b/pack.toml index d3b6e73..f4b74e7 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "3eaeda8bb43bfb8db2ea7d172814fcde0bdb3ac7f938c47272ee51616722edf6" +hash = "7a524f0aad6c6458f491d9eba697ac97c722286f606562fc73729af6a7af3d0f" [versions] fabric = "0.14.23"