From 38f42aecdf9410154594838b5ea717fd46c68d1d Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 19 Jun 2023 15:35:47 -0400 Subject: [PATCH] Add mods - Auth Me - Mouse Tweaks --- index.toml | 10 ++++++++++ mods/auth-me.pw.toml | 13 +++++++++++++ mods/mouse-tweaks.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/mouse-tweaks.pw.toml diff --git a/index.toml b/index.toml index b1f5b86..cd79dff 100644 --- a/index.toml +++ b/index.toml @@ -34,6 +34,11 @@ file = "mods/architectury-api.pw.toml" hash = "f238e1f28f18e58f737116b13dab9716ca38b2dd84242e802d60419cc71ed737" metafile = true +[[files]] +file = "mods/auth-me.pw.toml" +hash = "cea9d72f42127f4974afc7120d99dd4042d7342129d465ea4afb11f334749b61" +metafile = true + [[files]] file = "mods/better-beds.pw.toml" hash = "0bf7fa5d6e5b126e110699e85c64b4d86a1d4171d17adfc994936e6f62b81083" @@ -209,6 +214,11 @@ file = "mods/morechathistory.pw.toml" hash = "d1558ff187abe468110fef11eee834aa3c03df732e706ac16e221425b538da4d" metafile = true +[[files]] +file = "mods/mouse-tweaks.pw.toml" +hash = "669008dbd2508a67f8c409096cf2357de450f26a69494289e5852045ade7d358" +metafile = true + [[files]] file = "mods/no-chat-reports.pw.toml" hash = "5ac7c70847108d6c21c3352ae5233129a410e42ddf161319cb0a658c0b296693" diff --git a/mods/auth-me.pw.toml b/mods/auth-me.pw.toml new file mode 100644 index 0000000..75f1890 --- /dev/null +++ b/mods/auth-me.pw.toml @@ -0,0 +1,13 @@ +name = "Auth Me" +filename = "authme-7.0.1+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/TyXRb1be/authme-7.0.1%2B1.20.jar" +hash-format = "sha1" +hash = "b61e03cd948d296e0e0dc811397e3c3317801e64" + +[update] +[update.modrinth] +mod-id = "yjgIrBjZ" +version = "TyXRb1be" diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml new file mode 100644 index 0000000..ce259b4 --- /dev/null +++ b/mods/mouse-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Tweaks" +filename = "MouseTweaks-fabric-mc1.20-2.25.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/m0Dd8Cjy/MouseTweaks-fabric-mc1.20-2.25.jar" +hash-format = "sha1" +hash = "21ae6dd81324543e77c10bbb2b928320d71b6750" + +[update] +[update.modrinth] +mod-id = "aC3cM3Vq" +version = "m0Dd8Cjy" diff --git a/pack.toml b/pack.toml index 7cf1f85..9ab016a 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 = "f059c71d80f0cc3cd0c2aaf9b04b83abfc4dd91a0cdb71ce5b8155ccab329035" +hash = "0b4bae0865b812ca53ab4c2b96ab6592de0572c1dd11fc3132fe54a12bdce3a1" [versions] fabric = "0.14.21"