From bf6f529a336cf30f9f86e75c9086045d03f32037 Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Sat, 17 Jun 2023 21:05:40 -0400
Subject: [PATCH] Add Fabric API

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

diff --git a/index.toml b/index.toml
index 1ef2fa7..9cbe64b 100644
--- a/index.toml
+++ b/index.toml
@@ -10,6 +10,11 @@ file = "mods/carpet.pw.toml"
 hash = "095a93b4f0b4e2b8fadf8359bc145cbdd83be3c5bf23432e9a5f4e54d60de5b4"
 metafile = true
 
+[[files]]
+file = "mods/fabric-api.pw.toml"
+hash = "ace3e916242bdfbc9177b8572dd57567b5a1afc6773466d21f464522b3a60981"
+metafile = true
+
 [[files]]
 file = "mods/ferrite-core.pw.toml"
 hash = "03e174cf691b52da20bd973b955fae6f3720d3d2120f9d6cc1de5fdf3180013c"
diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml
new file mode 100644
index 0000000..61d7527
--- /dev/null
+++ b/mods/fabric-api.pw.toml
@@ -0,0 +1,13 @@
+name = "Fabric API"
+filename = "fabric-api-0.83.1+1.20.1.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/K1pOTt6K/fabric-api-0.83.1%2B1.20.1.jar"
+hash-format = "sha1"
+hash = "3616f70a677bd680c9fcced41a2117a9f099c550"
+
+[update]
+[update.modrinth]
+mod-id = "P7dR8mSH"
+version = "K1pOTt6K"
diff --git a/pack.toml b/pack.toml
index 546cdbe..2f92789 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 = "496670ddf14309fbb2521b5914a999d6d724e783c8dee35a474f2e68c2e384be"
+hash = "69b91bf4f67cd4afbf8dda45ab924cad4f95de729cfea59524f23dc67d6f921a"
 
 [versions]
 fabric = "0.14.21"