From 20da9e2a97173a262c985180cd9ee8dc39117e97 Mon Sep 17 00:00:00 2001 From: David Guevara Date: Tue, 17 Feb 2026 23:52:19 -0600 Subject: [PATCH] feat: add "modernfix" mod --- index.toml | 5 +++++ mods/modernfix.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/modernfix.pw.toml diff --git a/index.toml b/index.toml index db1ab01..7b34cae 100644 --- a/index.toml +++ b/index.toml @@ -335,6 +335,11 @@ file = "mods/modern-ui.pw.toml" hash = "fb078f45d04576d994b31f76911eedf74aa6b4ca5ed177eedffd0853887cf97f" metafile = true +[[files]] +file = "mods/modernfix.pw.toml" +hash = "97b807fbcaa59fd13ffdfd1428a2484d7c320f94af9ffda992ee9be9beba0286" +metafile = true + [[files]] file = "mods/more-overlays-updated.pw.toml" hash = "d523d495ab022346d3789c0bb0c24a5c78c1cbb661e48b6fc1c15f322a02ed74" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml new file mode 100644 index 0000000..027348f --- /dev/null +++ b/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-forge-5.26.2+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/Uvlhuprw/modernfix-forge-5.26.2%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "46e6fb85c3097d3dedca0409fda83d58b3724a0905a5f5417b8bfaa2cb8bce388e6d42c762ee615413a9bc2692fa4b302d7e2405fe6fd7ad82c9def6a5da9028" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "Uvlhuprw" diff --git a/pack.toml b/pack.toml index 0bc8169..15657a6 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 = "c4173c8f8f8afc19258276fef41470ee48c93b6633304559d6b4589f4fdac870" +hash = "7c1599c33c6b7a74c3d16e1673fa7ece87da43706aa1a190253147af5b32b092" [versions] forge = "47.4.10"