Add midnightlib and modmenu

This commit is contained in:
Pen Anderson 2023-10-13 09:55:55 -05:00
parent caad9881db
commit 1235ab7058
5 changed files with 55 additions and 1 deletions

View file

@ -500,6 +500,11 @@ file = "mods/memoryleakfix.pw.toml"
hash = "8e42842f48b3227733bafced612212eee2298f567ca599ac6a55b9878ae661da" hash = "8e42842f48b3227733bafced612212eee2298f567ca599ac6a55b9878ae661da"
metafile = true metafile = true
[[files]]
file = "mods/midnightlib.pw.toml"
hash = "696ea2237f9a4aa10af435874d7ef548f69e4bf418690ab68423dc8ccc38a72c"
metafile = true
[[files]] [[files]]
file = "mods/mixintrace.pw.toml" file = "mods/mixintrace.pw.toml"
hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86" hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86"
@ -510,6 +515,16 @@ file = "mods/modernfix.pw.toml"
hash = "e92b8d83b1c7cbf0245dd3588a4b9653d77a21d2b01c33951e35b03fb87f110b" hash = "e92b8d83b1c7cbf0245dd3588a4b9653d77a21d2b01c33951e35b03fb87f110b"
metafile = true 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]] [[files]]
file = "mods/moonlight.pw.toml" file = "mods/moonlight.pw.toml"
hash = "74187f3fa3238a5c91cc36913975cf9fe4108b793acba1682b86e7ba94f91ec2" hash = "74187f3fa3238a5c91cc36913975cf9fe4108b793acba1682b86e7ba94f91ec2"

13
mods/midnightlib.pw.toml Normal file
View file

@ -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"

View file

@ -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"

13
mods/modmenu.pw.toml Normal file
View file

@ -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"

View file

@ -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 = "3eaeda8bb43bfb8db2ea7d172814fcde0bdb3ac7f938c47272ee51616722edf6" hash = "7a524f0aad6c6458f491d9eba697ac97c722286f606562fc73729af6a7af3d0f"
[versions] [versions]
fabric = "0.14.23" fabric = "0.14.23"