From 21766f380cbf9f559a843bd62a34cdc9e03e0dab Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 22 Oct 2023 12:14:35 -0400 Subject: [PATCH] Add Ping Wheel mod --- index.toml | 5 +++++ mods/ping-wheel.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/ping-wheel.pw.toml diff --git a/index.toml b/index.toml index f0a79ad..99c4839 100644 --- a/index.toml +++ b/index.toml @@ -466,6 +466,11 @@ file = "mods/optigui.pw.toml" hash = "0806fafc99d2bc0d3caf9bbf726367ee3e1a56788a6254b58b45567980dce7f1" metafile = true +[[files]] +file = "mods/ping-wheel.pw.toml" +hash = "fe7a52361e006457d4606a79ab019031a52cf6e0ea5e4e31081c3616c12af6f2" +metafile = true + [[files]] file = "mods/presence-footsteps.pw.toml" hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8" diff --git a/mods/ping-wheel.pw.toml b/mods/ping-wheel.pw.toml new file mode 100644 index 0000000..6dd263e --- /dev/null +++ b/mods/ping-wheel.pw.toml @@ -0,0 +1,13 @@ +name = "Ping Wheel" +filename = "Ping-Wheel-1.5.1-fabric-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QQXAdCzh/versions/K2WGh8RX/Ping-Wheel-1.5.1-fabric-1.20.1.jar" +hash-format = "sha1" +hash = "7e90be1d91fffde1e133051a823be1915da63ffd" + +[update] +[update.modrinth] +mod-id = "QQXAdCzh" +version = "K2WGh8RX" diff --git a/pack.toml b/pack.toml index deff908..a4a32bb 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 = "b19448a90fc1ab2165e826b2efc5a48f7c59e9b6793b5556bee63484dfbf5bdf" +hash = "b93f53ebe2f8743462ce0e0a899f8fcb77f2a64a1e06933b78030737e752bbd2" [versions] minecraft = "1.20.1"