From c0800c83fc29f09f6e519241118c61f009ea3991 Mon Sep 17 00:00:00 2001 From: hkc Date: Wed, 28 Feb 2024 11:12:41 +0300 Subject: [PATCH] [client] added AuthMe & Bad Packets --- index.toml | 10 ++++++++++ mods/auth-me.pw.toml | 13 +++++++++++++ mods/badpackets.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/auth-me.pw.toml create mode 100644 mods/badpackets.pw.toml diff --git a/index.toml b/index.toml index 00115f3..331ffbd 100644 --- a/index.toml +++ b/index.toml @@ -35,6 +35,16 @@ file = "mods/athena-ctm.pw.toml" hash = "ce1fe1e69721bf56e277be993505956c88c3036e8d826a85eb83d9a3cf8305aa" metafile = true +[[files]] +file = "mods/auth-me.pw.toml" +hash = "e954c2f9ea9195ef558f0cb7dbc7057f2086348fc4a78186bc399145c18b4bb9" +metafile = true + +[[files]] +file = "mods/badpackets.pw.toml" +hash = "e5a68e0e0d90aac1d965ab7cab5858c474e875be9012a7c8a3adf96420faa726" +metafile = true + [[files]] file = "mods/balm.pw.toml" hash = "ab6a6dc2a3fa157464f0294d8b5d3e6b8b882c9b520c7f7e0ca8329094ed1dfa" diff --git a/mods/auth-me.pw.toml b/mods/auth-me.pw.toml new file mode 100644 index 0000000..524b60e --- /dev/null +++ b/mods/auth-me.pw.toml @@ -0,0 +1,13 @@ +name = "Auth Me" +filename = "authme-7.0.2+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/RiTU8rGC/authme-7.0.2%2B1.20.jar" +hash-format = "sha1" +hash = "5e430805cf3dfd79fc5f0995f97604edac1491cd" + +[update] +[update.modrinth] +mod-id = "yjgIrBjZ" +version = "RiTU8rGC" diff --git a/mods/badpackets.pw.toml b/mods/badpackets.pw.toml new file mode 100644 index 0000000..5fbc3f1 --- /dev/null +++ b/mods/badpackets.pw.toml @@ -0,0 +1,13 @@ +name = "bad packets" +filename = "badpackets-fabric-0.4.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ftdbN0KK/versions/JjLWLyDz/badpackets-fabric-0.4.3.jar" +hash-format = "sha1" +hash = "87b7ef4e9c9bff0fd8cdcc79156e9c7ac7b26690" + +[update] +[update.modrinth] +mod-id = "ftdbN0KK" +version = "JjLWLyDz" diff --git a/pack.toml b/pack.toml index 3196aa4..22bf3f4 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 = "66c62dfce57171b9b5a289de803457a4dbcd5471e2c3bc159098cb94030339a0" +hash = "789db0c2a0110d6040fc147e6b4cf3a40dff4873508607ef51fb35f31a9bbb61" [versions] fabric = "0.15.7"