From 5b93bdc3d06558ea2b0c6dfd57e6994b93197dd1 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 19 Oct 2023 10:11:10 -0400 Subject: [PATCH] Add Dynamic Crosshair Compat --- index.toml | 5 +++++ mods/dynamiccrosshaircompat.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/dynamiccrosshaircompat.pw.toml diff --git a/index.toml b/index.toml index b5a99f3..f3a4b2a 100644 --- a/index.toml +++ b/index.toml @@ -247,6 +247,11 @@ file = "mods/dynamiccrosshair.pw.toml" hash = "9bdd24aca5f45e5179b9796da6731ba0b0cdbcdda5ae2b06f77d4e48b9a8839a" metafile = true +[[files]] +file = "mods/dynamiccrosshaircompat.pw.toml" +hash = "f0f3ce08baf9a4df2eea92d7ad5e399752672d52119cb5bf55632a6ab0843b6d" +metafile = true + [[files]] file = "mods/e4mc.pw.toml" hash = "7685618d499e7cf9e0296dab7b06dd8520019c1d3c147ffab5d3da9ea7791549" diff --git a/mods/dynamiccrosshaircompat.pw.toml b/mods/dynamiccrosshaircompat.pw.toml new file mode 100644 index 0000000..159bad5 --- /dev/null +++ b/mods/dynamiccrosshaircompat.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Crosshair Compat" +filename = "dynamiccrosshair-compat-3.4+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/EwPIWPJ9/versions/HZR4OlTM/dynamiccrosshair-compat-3.4%2B1.20.1.jar" +hash-format = "sha1" +hash = "e2da4d3ed8da29f7adf20e1672a71ff2ba2ee9ce" + +[update] +[update.modrinth] +mod-id = "EwPIWPJ9" +version = "HZR4OlTM" diff --git a/pack.toml b/pack.toml index f3e91da..8595909 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 = "13768e653ee5a7078e5c594c9269cbc45072c5ce12fe53b2bbe837ed300e4a8d" +hash = "1413da65a41cbc222e134a0c9d290db2ff153be9156ecec6d1717a2026308bdf" [versions] minecraft = "1.20.1"