From f63c7a98cba1b847ba5850a0914d28d0eb61656c Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Thu, 19 Oct 2023 09:51:35 -0400
Subject: [PATCH] Add Dynamic Crosshairs

---
 index.toml                    |  5 +++++
 mods/dynamiccrosshair.pw.toml | 13 +++++++++++++
 pack.toml                     |  2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 mods/dynamiccrosshair.pw.toml

diff --git a/index.toml b/index.toml
index 7060e0b..2737b3d 100644
--- a/index.toml
+++ b/index.toml
@@ -148,6 +148,11 @@ file = "mods/dynamic-fps.pw.toml"
 hash = "6e6ee1bf66d6977728d3bf5404338c87a0a4ad5260833efcd912aaaca776cf8f"
 metafile = true
 
+[[files]]
+file = "mods/dynamiccrosshair.pw.toml"
+hash = "9bdd24aca5f45e5179b9796da6731ba0b0cdbcdda5ae2b06f77d4e48b9a8839a"
+metafile = true
+
 [[files]]
 file = "mods/e4mc.pw.toml"
 hash = "7685618d499e7cf9e0296dab7b06dd8520019c1d3c147ffab5d3da9ea7791549"
diff --git a/mods/dynamiccrosshair.pw.toml b/mods/dynamiccrosshair.pw.toml
new file mode 100644
index 0000000..3a8581d
--- /dev/null
+++ b/mods/dynamiccrosshair.pw.toml
@@ -0,0 +1,13 @@
+name = "Dynamic Crosshair"
+filename = "dynamiccrosshair-7.3+1.20-fabric.jar"
+side = "client"
+
+[download]
+url = "https://cdn.modrinth.com/data/ZcR9weSm/versions/YZEVRL4i/dynamiccrosshair-7.3%2B1.20-fabric.jar"
+hash-format = "sha1"
+hash = "614bdac176b54d8d1c197534b0da45957a747614"
+
+[update]
+[update.modrinth]
+mod-id = "ZcR9weSm"
+version = "YZEVRL4i"
diff --git a/pack.toml b/pack.toml
index db56f70..99714a7 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 = "855bce942ae1a0d67ae641be0a7d56708ccd1abd178e4e868e02a5271ae347bc"
+hash = "6a9b159e5f48d145a6d761ac5108e975d3b0cb434b95897acd55205bdfcb1bc6"
 
 [versions]
 minecraft = "1.20.1"