From 2b758c34fc8c81d5265575dbaaea8dda7a030993 Mon Sep 17 00:00:00 2001 From: Vftdan Date: Thu, 5 Sep 2024 09:10:54 +0200 Subject: [PATCH] Add AppleSkin and Auth Me --- index.toml | 10 ++++++++++ mods/appleskin.pw.toml | 13 +++++++++++++ mods/auth-me.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/appleskin.pw.toml create mode 100644 mods/auth-me.pw.toml diff --git a/index.toml b/index.toml index e0fe6ca..6b94250 100644 --- a/index.toml +++ b/index.toml @@ -14,6 +14,16 @@ file = "mods/ambientsounds.pw.toml" hash = "611dd38f46108493b1d0b63cb3580d522b42d43e6680ab07de74f51224e18a10" metafile = true +[[files]] +file = "mods/appleskin.pw.toml" +hash = "9460d497d821c589a08bbec71b094ce4fd8540324ee9a3f95aecc5ea1cb6399f" +metafile = true + +[[files]] +file = "mods/auth-me.pw.toml" +hash = "7627410d9fb01f5bfb031bca29d2e2ab6fc10c7599e7a317cf60e0795105c9da" +metafile = true + [[files]] file = "mods/badpackets.pw.toml" hash = "025ce95e52fae5b52f3d93a11a2186b6d58bc292dc9655b3f47e7d0d1de9479d" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..3524c40 --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-fabric-mc1.21-3.0.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/fG1xJao0/appleskin-fabric-mc1.21-3.0.5.jar" +hash-format = "sha512" +hash = "32176384779f6e223ce6c68bfa3c505222be0d5a21606a195562b471d29b2f7af253bb42756dd66373475bb75582fc11c72d8bd2f311bd0f0ad06816e4f61a29" + +[update] +[update.modrinth] +mod-id = "EsAfCjCV" +version = "fG1xJao0" diff --git a/mods/auth-me.pw.toml b/mods/auth-me.pw.toml new file mode 100644 index 0000000..7e7e1b1 --- /dev/null +++ b/mods/auth-me.pw.toml @@ -0,0 +1,13 @@ +name = "Auth Me" +filename = "authme-8.0.0+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/WrVFwS4j/authme-8.0.0%2B1.21.jar" +hash-format = "sha512" +hash = "7ae26ca9a9eef4ee854b4b4d993f573e21ba80855c1abe9fb57b62c6f3d0e5e422109cecd97599a96948b00e17345f1c397f49c82b1e4feccc54a303bc92e794" + +[update] +[update.modrinth] +mod-id = "yjgIrBjZ" +version = "WrVFwS4j" diff --git a/pack.toml b/pack.toml index b5073ef..d0d282c 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 = "4ea995df51eac50d8c287fa48929d2e766cee8e1bad5adf63aa50f376b9d8597" +hash = "1d1d5f31978311361b18da4f3b93cd1495e2a07d7f0841a6f385b34ad99806f9" [versions] fabric = "0.16.2"