From d5a55f816a09e85dd8576c6f440cd113394a7cfb Mon Sep 17 00:00:00 2001 From: hkc Date: Wed, 13 Mar 2024 16:34:14 +0300 Subject: [PATCH] Why THE FUCK are you server-side? --- index.toml | 6 +++++- mods/mod-loading-screen.pw.toml | 2 +- pack.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/index.toml b/index.toml index d8fd8c6..8d51bf2 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "README.md" +hash = "c80efd73b8575dd3570fa1f84a65d8f806c3b996ef1f3cca21ddc77e32550bea" + [[files]] file = "mods/3dskinlayers.pw.toml" hash = "65c47c1758d604d53506af223b6d1a07fbeedc5852175d4cfaabe60ce6d1fd45" @@ -577,7 +581,7 @@ metafile = true [[files]] file = "mods/mod-loading-screen.pw.toml" -hash = "62b1d0123bd16f728ba8808b2f4c7d4d647acebeb4a81d28c3719809af5d03eb" +hash = "55f7e03688f05d9f5032aceefd9b9dcf337a30974164c447a34419e77f62d132" metafile = true [[files]] diff --git a/mods/mod-loading-screen.pw.toml b/mods/mod-loading-screen.pw.toml index f1fb0f4..15ad540 100644 --- a/mods/mod-loading-screen.pw.toml +++ b/mods/mod-loading-screen.pw.toml @@ -1,6 +1,6 @@ name = "Mod Loading Screen" filename = "mod-loading-screen-1.0.4.jar" -side = "both" +side = "client" [download] url = "https://cdn.modrinth.com/data/xAGJ6rQS/versions/BWSHJY2J/mod-loading-screen-1.0.4.jar" diff --git a/pack.toml b/pack.toml index ee26656..310c724 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 = "9ffa4b345667263e6ac5cefc2117bc41807bb3230506e473f3a433d31e959c2f" +hash = "385f66200a1d979c91b4a0565ba3eb528ca618e98dbebef336f5456db76953ed" [versions] fabric = "0.15.7"