From fd4d19c8661143762b2cd534587608c170762cf9 Mon Sep 17 00:00:00 2001 From: Jordy Goodridge Date: Thu, 23 May 2024 16:58:24 -0700 Subject: [PATCH] Add fast-ip-ping --- index.toml | 5 +++++ mods/fast-ip-ping.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/fast-ip-ping.pw.toml diff --git a/index.toml b/index.toml index ffb4485..584281c 100644 --- a/index.toml +++ b/index.toml @@ -543,6 +543,11 @@ file = "mods/experimental-settings-disabler.pw.toml" hash = "350fa7b18c5d7e349aa17dda387c7fddea8f41da030cd5af09a0bbdb2a6f6f4d" metafile = true +[[files]] +file = "mods/fast-ip-ping.pw.toml" +hash = "391330e8b4b65b4bc6790c1ec8cbad5d6c1423b74fe1696f020776fdfe76946f" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "ed6f0207affbcdbc338b0af19a596451230a25255f425b3b4670a0104368c95c" diff --git a/mods/fast-ip-ping.pw.toml b/mods/fast-ip-ping.pw.toml new file mode 100644 index 0000000..98460a7 --- /dev/null +++ b/mods/fast-ip-ping.pw.toml @@ -0,0 +1,13 @@ +name = "fast-ip-ping" +filename = "fast-ip-ping-mc1.19.4-forge-v1.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/QeRVKAeD/fast-ip-ping-mc1.19.4-forge-v1.0.1.jar" +hash-format = "sha1" +hash = "3810b5ca4cd955c6709adc573773c9308eb37423" + +[update] +[update.modrinth] +mod-id = "9mtu0sUO" +version = "QeRVKAeD" diff --git a/pack.toml b/pack.toml index 7121b7d..eef13a2 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 = "79bbe22291bc681bfc0076e4761cf379a9f9797d1bedaf4d8e7a3ab4015fbefe" +hash = "ac88d6c5045acfcb27c710917de53c92d10b5d7448c8f9a0e471f0bc9815fde8" [versions] forge = "43.3.13"