From 8e504126cc7bc624c267e222ba1ece08544611f9 Mon Sep 17 00:00:00 2001
From: Isaac Shoebottom <ir.shoebottom@gmail.com>
Date: Sun, 15 Dec 2024 11:51:36 -0400
Subject: [PATCH] Add jade as server side mod

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

diff --git a/minecraft/pack/index.toml b/minecraft/pack/index.toml
index b51b188..a6a19ef 100644
--- a/minecraft/pack/index.toml
+++ b/minecraft/pack/index.toml
@@ -88,6 +88,11 @@ file = "mods/inventory-essentials.pw.toml"
 hash = "865ca510dc0f6359ea12f03f63dcd3d3d9cba97da4a61ab8ae23b82d305d5280"
 metafile = true
 
+[[files]]
+file = "mods/jade.pw.toml"
+hash = "f1ea3c6af6d7dc62e8efa3afa2f186176d563c1aff6544f19e2aedbdf6494025"
+metafile = true
+
 [[files]]
 file = "mods/jamlib.pw.toml"
 hash = "b1a2966fb0a1a546ea5d626af4b8067e31ece008f03af961a0a795d243d9f783"
diff --git a/minecraft/pack/mods/jade.pw.toml b/minecraft/pack/mods/jade.pw.toml
new file mode 100644
index 0000000..43f5d09
--- /dev/null
+++ b/minecraft/pack/mods/jade.pw.toml
@@ -0,0 +1,13 @@
+name = "Jade 🔍"
+filename = "Jade-1.21.4-Fabric-17.0.3.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/pAlCWjua/Jade-1.21.4-Fabric-17.0.3.jar"
+hash-format = "sha512"
+hash = "46d85001bb4d14a82289521a78c9f09dc9cbe9340fca46767c67b5d2d123c2c9f255cc334a8b5b04c129b2a433e47d821a7c7abd52951e959bc4b698c5c39d31"
+
+[update]
+[update.modrinth]
+mod-id = "nvQzSEkH"
+version = "pAlCWjua"
diff --git a/minecraft/pack/pack.toml b/minecraft/pack/pack.toml
index e74f9aa..155895e 100644
--- a/minecraft/pack/pack.toml
+++ b/minecraft/pack/pack.toml
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
 [index]
 file = "index.toml"
 hash-format = "sha256"
-hash = "dc2ce1ece5c1b702fbf943f32031d6428ab1ae7cf95f12c8047e9b412e617b67"
+hash = "d2a37afc2a5d62fdf651ef2b6d3226e099786eb43b74a801643a9ce967ca8c83"
 
 [versions]
 fabric = "0.16.9"