From 8d80436809f376d2c7f914bc2a9380326bfd81a7 Mon Sep 17 00:00:00 2001 From: Yonah Date: Tue, 4 Aug 2026 23:16:13 +0900 Subject: [PATCH] mods: replace carry-on with carryon-patched The upstream fix made it crash with a different error and even higher probability. --- index.toml | 5 +++++ mods/carry-on.pw.toml | 13 ------------- mods/carryon-patched.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 mods/carry-on.pw.toml create mode 100644 mods/carryon-patched.pw.toml diff --git a/index.toml b/index.toml index 03fa62f..5051d20 100644 --- a/index.toml +++ b/index.toml @@ -197,6 +197,11 @@ file = "mods/carryon-aeronautics-compat.pw.toml" hash = "8d63d92fb72e89dc9581f09ff2bcdcca388ee2db5dd90e7fec3c01f31cfb604c" metafile = true +[[files]] +file = "mods/carryon-patched.pw.toml" +hash = "1dd0cb435405bc5ba504a11f6e50f3a6983e2c323d86821b93c597d73dfdba53" +metafile = true + [[files]] file = "mods/cerbons-api.pw.toml" hash = "94f5c359759fbd33b55125a061eabb90f648497fc83ae32280fd7d95706ac84e" diff --git a/mods/carry-on.pw.toml b/mods/carry-on.pw.toml deleted file mode 100644 index e362ed1..0000000 --- a/mods/carry-on.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Carry On" -filename = "carryon-neoforge-1.21.1-2.2.6.13.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/joEfVgkn/versions/PV8oLZ1q/carryon-neoforge-1.21.1-2.2.6.13.jar" -hash-format = "sha512" -hash = "e097b11d6f14e0957bab6c0276b81542e786cb86b9c31d9f25975f8c9fb04a734188b8790683298bbc5c695dc3de7d6e947616a20ad26d4a728a3beb0bb78667" - -[update] -[update.modrinth] -mod-id = "joEfVgkn" -version = "PV8oLZ1q" diff --git a/mods/carryon-patched.pw.toml b/mods/carryon-patched.pw.toml new file mode 100644 index 0000000..a500bfb --- /dev/null +++ b/mods/carryon-patched.pw.toml @@ -0,0 +1,13 @@ +name = "Carryon - Patched (Unofficial)" +filename = "carryon-neoforge-1.21.1-2.2.4.4-patched-no-slowness.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6ce1e588e2eddcb817c05e8bc30081440d390480" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 8113055 +project-id = 1543292 diff --git a/pack.toml b/pack.toml index 9fef968..9b7c7f9 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 = "bc14d07a0a63b361573a5983aa3a3c0ac9db205869f0d48ad74a1a717289bc7d" +hash = "087c7a12710645eddd3d76d1162bbad227d6965e9f38efea1376e02997a17044" [versions] minecraft = "1.21.1"