From 97a71061973a92583e8e51c16bcf0243c512b127 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 20 Jun 2023 12:12:37 -0400 Subject: [PATCH] Add WTHIT --- index.toml | 10 ++++++++++ mods/badpackets.pw.toml | 13 +++++++++++++ mods/wthit.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/badpackets.pw.toml create mode 100644 mods/wthit.pw.toml diff --git a/index.toml b/index.toml index fa24d13..1b49e34 100644 --- a/index.toml +++ b/index.toml @@ -59,6 +59,11 @@ file = "mods/auth-me.pw.toml" hash = "cea9d72f42127f4974afc7120d99dd4042d7342129d465ea4afb11f334749b61" metafile = true +[[files]] +file = "mods/badpackets.pw.toml" +hash = "cbf5544ba86d4d10262fff9c53af6c9ef05bb92d329bb02f891a5aaf3ca94631" +metafile = true + [[files]] file = "mods/better-mount-hud.pw.toml" hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf" @@ -289,6 +294,11 @@ file = "mods/starlight.pw.toml" hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11" metafile = true +[[files]] +file = "mods/wthit.pw.toml" +hash = "5d920f14136c4e3b7731846bd21dbb5ace512d962b61338ffffeae284525b520" +metafile = true + [[files]] file = "mods/xaeros-minimap.pw.toml" hash = "fa7940ff6c6d65fede416632132a57518ab1a79e09014410932ed614ea386a70" diff --git a/mods/badpackets.pw.toml b/mods/badpackets.pw.toml new file mode 100644 index 0000000..7d17e70 --- /dev/null +++ b/mods/badpackets.pw.toml @@ -0,0 +1,13 @@ +name = "bad packets" +filename = "badpackets-fabric-0.4.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ftdbN0KK/versions/ivJ0srK8/badpackets-fabric-0.4.1.jar" +hash-format = "sha1" +hash = "64ed580b9a7c8d4da646944bd01c775c9aa9cb97" + +[update] +[update.modrinth] +mod-id = "ftdbN0KK" +version = "ivJ0srK8" diff --git a/mods/wthit.pw.toml b/mods/wthit.pw.toml new file mode 100644 index 0000000..f4c342e --- /dev/null +++ b/mods/wthit.pw.toml @@ -0,0 +1,13 @@ +name = "WTHIT" +filename = "wthit-fabric-8.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6AQIaxuO/versions/k8RgJjbP/wthit-fabric-8.1.1.jar" +hash-format = "sha1" +hash = "9a8640b2af89537ade0da2d16f0c39bb5b76d04e" + +[update] +[update.modrinth] +mod-id = "6AQIaxuO" +version = "k8RgJjbP" diff --git a/pack.toml b/pack.toml index 12407db..9faaecc 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 = "814fcf2153502d2f59c6e4ffe670eabc90cd812fc3daf3f5a5e590c757d59daf" +hash = "80150cd909f68b8e075a421c9b0194674b6da9985150081bd948b68228ee99ec" [versions] fabric = "0.14.21"