From 7381346e17c1bc6f14a4a55da1e1f3af2a1c00d3 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 22 Mar 2024 18:02:20 -0400 Subject: [PATCH] fixed a missing file causing updates to fail --- src/index.toml | 4 ++++ src/pack.toml | 2 +- src/unsup.toml | 0 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/unsup.toml diff --git a/src/index.toml b/src/index.toml index 8c61c5a..7d7f360 100644 --- a/src/index.toml +++ b/src/index.toml @@ -143,3 +143,7 @@ metafile = true file = "mods/yungs-api.pw.toml" hash = "5ca8392f7c2a2204723fdd74b7c78f20ca9cf1b4fb9b13604d412e00e824cc5d" metafile = true + +[[files]] +file = "unsup.toml" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" diff --git a/src/pack.toml b/src/pack.toml index d96b5e1..abd3b12 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "23edf9342134689de1bf0ce16609e18ca5d62cfb6b1517731f6ff345264a328e" +hash = "295fb471361ce862d2db12fd0148296a4ffc507404940497eab2a2a952a57df9" [versions] fabric = "0.15.7" diff --git a/src/unsup.toml b/src/unsup.toml new file mode 100644 index 0000000..e69de29