From 90343e21c9c92137441c4627815fb0039f162e72 Mon Sep 17 00:00:00 2001 From: hkc Date: Thu, 25 Apr 2024 15:41:31 +0300 Subject: [PATCH] Removed Mod Loading Screen --- index.toml | 5 ----- mods/mod-loading-screen.pw.toml | 18 ------------------ pack.toml | 4 ++-- 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 mods/mod-loading-screen.pw.toml diff --git a/index.toml b/index.toml index 9ee0149..abd1fa4 100644 --- a/index.toml +++ b/index.toml @@ -634,11 +634,6 @@ file = "mods/mobvote-2023-crab.pw.toml" hash = "b3daa42c71780adcb5f61930cf3d101d62664ec9c864811185b7e5740517fd6d" metafile = true -[[files]] -file = "mods/mod-loading-screen.pw.toml" -hash = "c1ff4df10241e43146788ad5cc4e817b791c9aa67d493fd0815a85b2d1ff9d0a" -metafile = true - [[files]] file = "mods/modelfix.pw.toml" hash = "e78faacb02c5ad86a31ff1178d48c5b231433bb1128584c987ef60224057fb75" diff --git a/mods/mod-loading-screen.pw.toml b/mods/mod-loading-screen.pw.toml deleted file mode 100644 index 6a5661f..0000000 --- a/mods/mod-loading-screen.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Mod Loading Screen" -filename = "mod-loading-screen-1.0.4.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/xAGJ6rQS/versions/BWSHJY2J/mod-loading-screen-1.0.4.jar" -hash-format = "sha1" -hash = "059d6b06ba1169a2002dd965c34de003be64bd86" - -[option] -optional = true -default = true -description = "Shows a temporary window with mod loading progress before main game window even comes up" - -[update] -[update.modrinth] -mod-id = "xAGJ6rQS" -version = "BWSHJY2J" diff --git a/pack.toml b/pack.toml index 9759fd0..cb08ad5 100644 --- a/pack.toml +++ b/pack.toml @@ -6,11 +6,11 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "3414abfc2e04e518dc4a1dfe84d86b3b5c37e47085aeb936cf0fa13159f7263f" +hash = "df1fd8715c4ea344db2de3f17b71ea7e395a805dd76d032c15e9d7a2b9f1de2f" [versions] -quilt = "0.25.0" minecraft = "1.20.1" +quilt = "0.25.0" [options] acceptable-game-versions = ["1.20.1"]