From 47811d3baa819fb6aeebd4e261fcb35761550cbf Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 16 Oct 2023 02:36:47 -0400 Subject: [PATCH] Add FastQuit --- index.toml | 5 +++++ mods/fastquit.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/fastquit.pw.toml diff --git a/index.toml b/index.toml index 88d1bec..bfe763e 100644 --- a/index.toml +++ b/index.toml @@ -168,6 +168,11 @@ file = "mods/fabricskyboxes.pw.toml" hash = "ae83dfcccd580352eee3cf509ace37f67f1bf0d2862d2d9c9d64d8909892d2d4" metafile = true +[[files]] +file = "mods/fastquit.pw.toml" +hash = "26b473edf76a38c7f6f883381b6a42a33eea992501f26c46bae8b6149c86e234" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "03e174cf691b52da20bd973b955fae6f3720d3d2120f9d6cc1de5fdf3180013c" diff --git a/mods/fastquit.pw.toml b/mods/fastquit.pw.toml new file mode 100644 index 0000000..431687c --- /dev/null +++ b/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20+.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/tNgyOUMr/fastquit-3.0.0%2B1.20%2B.jar" +hash-format = "sha1" +hash = "68f080925502a49027e231c63d3b94128ed6499b" + +[update] +[update.modrinth] +mod-id = "x1hIzbuY" +version = "tNgyOUMr" diff --git a/pack.toml b/pack.toml index 6399290..2dfe0fd 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 = "b7dd11189346472688372630da9d87cf5597a83137848b1a665b1c0fb9bbd228" +hash = "257dfd24f1f5f9f91afc1ad30e456446ac8b9df2ad7813448d386869443856b4" [versions] minecraft = "1.20.1"