From 7173f86ad6734c21d8460a5368fd1afe18abf761 Mon Sep 17 00:00:00 2001 From: MicrocontrollersDev Date: Sun, 14 Jun 2026 13:14:22 -0700 Subject: [PATCH 1/2] add mods --- .../1.21.1-fabric/Performance/index.toml | 13 +++----- .../Performance/mods/fast-ip-ping.pw.toml | 16 ---------- .../Performance/mods/fastserverpings.pw.toml | 16 ++++++++++ .../mods/serverpingerfixer.pw.toml | 16 ---------- .../1.21.1-fabric/Performance/pack.toml | 2 +- .../mrpacks/1.21.1-fabric/QoL/index.toml | 10 +++++++ .../QoL/mods/better-narrator-error.pw.toml | 16 ++++++++++ .../QoL/mods/tntcountdown.pw.toml | 16 ++++++++++ oneclient/mrpacks/1.21.1-fabric/QoL/pack.toml | 2 +- .../1.21.10-fabric/Performance/index.toml | 13 +++----- .../Performance/mods/fast-ip-ping.pw.toml | 16 ---------- .../Performance/mods/fastserverpings.pw.toml | 16 ++++++++++ .../mods/serverpingerfixer.pw.toml | 16 ---------- .../1.21.10-fabric/Performance/pack.toml | 2 +- .../mrpacks/1.21.10-fabric/QoL/index.toml | 14 +++++++-- .../QoL/mods/animaticarefabricated.pw.toml | 16 ++++++++++ .../QoL/mods/better-narrator-error.pw.toml | 16 ++++++++++ .../QoL/mods/tntcountdown.pw.toml | 16 ++++++++++ .../1.21.10-fabric/QoL/mods/tntime.pw.toml | 16 ---------- .../mrpacks/1.21.10-fabric/QoL/pack.toml | 2 +- .../1.21.11-fabric/Performance/index.toml | 13 +++----- .../Performance/mods/fast-ip-ping.pw.toml | 16 ---------- .../Performance/mods/fastserverpings.pw.toml | 16 ++++++++++ .../mods/serverpingerfixer.pw.toml | 16 ---------- .../1.21.11-fabric/Performance/pack.toml | 2 +- .../mrpacks/1.21.11-fabric/QoL/index.toml | 15 ++++++---- .../QoL/mods/animaticarefabricated.pw.toml | 16 ++++++++++ .../QoL/mods/better-narrator-error.pw.toml | 16 ++++++++++ .../1.21.11-fabric/QoL/mods/tntime.pw.toml | 16 ---------- .../mrpacks/1.21.11-fabric/QoL/pack.toml | 2 +- oneclient/mrpacks/26.1-fabric/HUD/index.toml | 5 ++++ .../26.1-fabric/HUD/mods/chatshot.pw.toml | 16 ++++++++++ oneclient/mrpacks/26.1-fabric/HUD/pack.toml | 2 +- .../26.1-fabric/Performance/index.toml | 14 ++++----- .../Performance/mods/fast-ip-ping.pw.toml | 16 ---------- .../Performance/mods/fastserverpings.pw.toml | 16 ++++++++++ .../Performance/mods/ixeris.pw.toml | 16 ++++++++++ .../mods/serverpingerfixer.pw.toml | 16 ---------- .../mrpacks/26.1-fabric/Performance/pack.toml | 2 +- oneclient/mrpacks/26.1-fabric/QoL/index.toml | 30 +++++++++++++++++++ .../QoL/mods/animaticarefabricated.pw.toml | 16 ++++++++++ .../QoL/mods/better-narrator-error.pw.toml | 16 ++++++++++ .../QoL/mods/confirmresetkeys.pw.toml | 16 ++++++++++ .../QoL/mods/hold-that-chunk-v2.pw.toml | 16 ++++++++++ .../26.1-fabric/QoL/mods/reward-claim.pw.toml | 16 ++++++++++ .../26.1-fabric/QoL/mods/tntcountdown.pw.toml | 16 ++++++++++ oneclient/mrpacks/26.1-fabric/QoL/pack.toml | 2 +- .../mrpacks/26.1-fabric/Utility/index.toml | 5 ++++ .../26.1-fabric/Utility/mods/noxesium.pw.toml | 16 ++++++++++ .../mrpacks/26.1-fabric/Utility/pack.toml | 2 +- 50 files changed, 421 insertions(+), 211 deletions(-) delete mode 100644 oneclient/mrpacks/1.21.1-fabric/Performance/mods/fast-ip-ping.pw.toml create mode 100644 oneclient/mrpacks/1.21.1-fabric/Performance/mods/fastserverpings.pw.toml delete mode 100644 oneclient/mrpacks/1.21.1-fabric/Performance/mods/serverpingerfixer.pw.toml create mode 100644 oneclient/mrpacks/1.21.1-fabric/QoL/mods/better-narrator-error.pw.toml create mode 100644 oneclient/mrpacks/1.21.1-fabric/QoL/mods/tntcountdown.pw.toml delete mode 100644 oneclient/mrpacks/1.21.10-fabric/Performance/mods/fast-ip-ping.pw.toml create mode 100644 oneclient/mrpacks/1.21.10-fabric/Performance/mods/fastserverpings.pw.toml delete mode 100644 oneclient/mrpacks/1.21.10-fabric/Performance/mods/serverpingerfixer.pw.toml create mode 100644 oneclient/mrpacks/1.21.10-fabric/QoL/mods/animaticarefabricated.pw.toml create mode 100644 oneclient/mrpacks/1.21.10-fabric/QoL/mods/better-narrator-error.pw.toml create mode 100644 oneclient/mrpacks/1.21.10-fabric/QoL/mods/tntcountdown.pw.toml delete mode 100644 oneclient/mrpacks/1.21.10-fabric/QoL/mods/tntime.pw.toml delete mode 100644 oneclient/mrpacks/1.21.11-fabric/Performance/mods/fast-ip-ping.pw.toml create mode 100644 oneclient/mrpacks/1.21.11-fabric/Performance/mods/fastserverpings.pw.toml delete mode 100644 oneclient/mrpacks/1.21.11-fabric/Performance/mods/serverpingerfixer.pw.toml create mode 100644 oneclient/mrpacks/1.21.11-fabric/QoL/mods/animaticarefabricated.pw.toml create mode 100644 oneclient/mrpacks/1.21.11-fabric/QoL/mods/better-narrator-error.pw.toml delete mode 100644 oneclient/mrpacks/1.21.11-fabric/QoL/mods/tntime.pw.toml create mode 100644 oneclient/mrpacks/26.1-fabric/HUD/mods/chatshot.pw.toml delete mode 100644 oneclient/mrpacks/26.1-fabric/Performance/mods/fast-ip-ping.pw.toml create mode 100644 oneclient/mrpacks/26.1-fabric/Performance/mods/fastserverpings.pw.toml create mode 100644 oneclient/mrpacks/26.1-fabric/Performance/mods/ixeris.pw.toml delete mode 100644 oneclient/mrpacks/26.1-fabric/Performance/mods/serverpingerfixer.pw.toml create mode 100644 oneclient/mrpacks/26.1-fabric/QoL/mods/animaticarefabricated.pw.toml create mode 100644 oneclient/mrpacks/26.1-fabric/QoL/mods/better-narrator-error.pw.toml create mode 100644 oneclient/mrpacks/26.1-fabric/QoL/mods/confirmresetkeys.pw.toml create mode 100644 oneclient/mrpacks/26.1-fabric/QoL/mods/hold-that-chunk-v2.pw.toml create mode 100644 oneclient/mrpacks/26.1-fabric/QoL/mods/reward-claim.pw.toml create mode 100644 oneclient/mrpacks/26.1-fabric/QoL/mods/tntcountdown.pw.toml create mode 100644 oneclient/mrpacks/26.1-fabric/Utility/mods/noxesium.pw.toml diff --git a/oneclient/mrpacks/1.21.1-fabric/Performance/index.toml b/oneclient/mrpacks/1.21.1-fabric/Performance/index.toml index f35aa7c9..00d1564e 100644 --- a/oneclient/mrpacks/1.21.1-fabric/Performance/index.toml +++ b/oneclient/mrpacks/1.21.1-fabric/Performance/index.toml @@ -56,13 +56,13 @@ hash = "594a3ec38e78d3dd5c883632926a8ab47852e1629d72c109edbde8d52a384f8f" metafile = true [[files]] -file = "mods/fast-ip-ping.pw.toml" -hash = "e5dda80e0a7763c0e8c6e3224d2efc8f6bff0be001f50e014a79721354351265" +file = "mods/fastquit.pw.toml" +hash = "c37f4c3c2e3b6a15572b9550a985602667c2b5b1b1a3d613a3a15861a196bebb" metafile = true [[files]] -file = "mods/fastquit.pw.toml" -hash = "c37f4c3c2e3b6a15572b9550a985602667c2b5b1b1a3d613a3a15861a196bebb" +file = "mods/fastserverpings.pw.toml" +hash = "4aea946873243dd0f16f1f90e39a2db076983d1a8a9e77aead3ce2fd18de9f2b" metafile = true [[files]] @@ -165,11 +165,6 @@ file = "mods/screenshot-compression.pw.toml" hash = "23580720a6179e2d5db6f07a34b23ae849297bd5c70160ce81d223b10b99efcd" metafile = true -[[files]] -file = "mods/serverpingerfixer.pw.toml" -hash = "dce1b022c9baf13e0ce2d8d4767b0b1f558d87582fbd96a8e1867f394b926890" -metafile = true - [[files]] file = "mods/sodium-extra.pw.toml" hash = "22e703cbf93f358eb1d7f19ed8a83d4966575777c71c2ac58c2af0fd8ef5c2a5" diff --git a/oneclient/mrpacks/1.21.1-fabric/Performance/mods/fast-ip-ping.pw.toml b/oneclient/mrpacks/1.21.1-fabric/Performance/mods/fast-ip-ping.pw.toml deleted file mode 100644 index 5e93ecd0..00000000 --- a/oneclient/mrpacks/1.21.1-fabric/Performance/mods/fast-ip-ping.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -id = "9mtu0sUO" -enabled = true -hidden = false -name = "Fast IP Ping" -filename = "fast-ip-ping-v1.0.11-mc1.21.1-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/NFtAZrG7/fast-ip-ping-v1.0.11-mc1.21.1-fabric.jar" -hash-format = "sha512" -hash = "961f5b159809c5616c2867d994b991540cc7cab7cb238121bf7734f4e8ac0813103b728df110eeb8f828d252b07610846a948dda415a6006c80cf5f95065e913" - -[update] -[update.modrinth] -mod-id = "9mtu0sUO" -version = "NFtAZrG7" diff --git a/oneclient/mrpacks/1.21.1-fabric/Performance/mods/fastserverpings.pw.toml b/oneclient/mrpacks/1.21.1-fabric/Performance/mods/fastserverpings.pw.toml new file mode 100644 index 00000000..559dfd5a --- /dev/null +++ b/oneclient/mrpacks/1.21.1-fabric/Performance/mods/fastserverpings.pw.toml @@ -0,0 +1,16 @@ +id = "5eVpQJSP" +enabled = true +hidden = false +name = "Fast Server Pings" +filename = "FastServerPings-0.1.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5eVpQJSP/versions/YhkkALPn/FastServerPings-0.1.2.jar" +hash-format = "sha512" +hash = "b2b5adb3036d5bf04b6240f929af0695221f2ba561c3c85609fd40d2d2d9eaca25baf238159c4094337c9999a37c5a3e11228423c1d63f521e8e11e5aea110c5" + +[update] +[update.modrinth] +mod-id = "5eVpQJSP" +version = "YhkkALPn" diff --git a/oneclient/mrpacks/1.21.1-fabric/Performance/mods/serverpingerfixer.pw.toml b/oneclient/mrpacks/1.21.1-fabric/Performance/mods/serverpingerfixer.pw.toml deleted file mode 100644 index 9232cdd4..00000000 --- a/oneclient/mrpacks/1.21.1-fabric/Performance/mods/serverpingerfixer.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -id = "iqK5uv72" -enabled = true -hidden = false -name = "Server Pinger Fixer" -filename = "serverpingerfixer-1.0.5.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/iqK5uv72/versions/x7vxzThG/serverpingerfixer-1.0.5.jar" -hash-format = "sha512" -hash = "2ff604aca28ea59926f98ba1fcb30610d069412e5f27147250fa764b723c2386165bb9a3ff2a68817b13ea8d307a0f25abafddf7e2bc9a47dc5724fd1216cceb" - -[update] -[update.modrinth] -mod-id = "iqK5uv72" -version = "x7vxzThG" diff --git a/oneclient/mrpacks/1.21.1-fabric/Performance/pack.toml b/oneclient/mrpacks/1.21.1-fabric/Performance/pack.toml index afa9ed5e..595980df 100644 --- a/oneclient/mrpacks/1.21.1-fabric/Performance/pack.toml +++ b/oneclient/mrpacks/1.21.1-fabric/Performance/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/performance-1.21.1-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "846eed05b5ea5de9640e2670d52539ddb2023a33a8aed5aa5e8f035e2565fb23" +hash = "7e370842d44cbd33d380e6083af9c9f6027a8a603e4933e7b3d15bb5b218cba8" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/1.21.1-fabric/QoL/index.toml b/oneclient/mrpacks/1.21.1-fabric/QoL/index.toml index 6b029d5c..c146dcf6 100644 --- a/oneclient/mrpacks/1.21.1-fabric/QoL/index.toml +++ b/oneclient/mrpacks/1.21.1-fabric/QoL/index.toml @@ -15,6 +15,11 @@ file = "mods/animatica.pw.toml" hash = "d0cc0803af99c03038ef3d6f59ddad486463632aade5caeac86d78dfefb3396e" metafile = true +[[files]] +file = "mods/better-narrator-error.pw.toml" +hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" +metafile = true + [[files]] file = "mods/better-selection.pw.toml" hash = "0201825029921bdd8b4b276ca147fd1e1eff5e983b114a89c2060628949257f0" @@ -285,6 +290,11 @@ file = "mods/titletweaks.pw.toml" hash = "bd96ec77c5f5a331765020981c5cce1b1e88132b77c42c1106198bd4fdb40a5a" metafile = true +[[files]] +file = "mods/tntcountdown.pw.toml" +hash = "726fd2ad8cbf3708b8cb5724651f5a5dbbc585e7152b922b0c838dd79f0394de" +metafile = true + [[files]] file = "mods/tooltip-scroll.pw.toml" hash = "d42870860e56459caf38564281bcad2f5c6b3895e019d06703883279fa959d42" diff --git a/oneclient/mrpacks/1.21.1-fabric/QoL/mods/better-narrator-error.pw.toml b/oneclient/mrpacks/1.21.1-fabric/QoL/mods/better-narrator-error.pw.toml new file mode 100644 index 00000000..9a64e6eb --- /dev/null +++ b/oneclient/mrpacks/1.21.1-fabric/QoL/mods/better-narrator-error.pw.toml @@ -0,0 +1,16 @@ +id = "f63ZlDVt" +enabled = true +hidden = false +name = "Better Narrator Error" +filename = "betternarratorerror-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/f63ZlDVt/versions/duKXqTU4/betternarratorerror-1.0.0.jar" +hash-format = "sha512" +hash = "c6855453d497204380a63799f6235d11163a8343a58f73d0212fcadeaa23e80d104210b162e9c4cf0d10072333c4366eecf74c7373cf6a09e61d03edb2174e8e" + +[update] +[update.modrinth] +mod-id = "f63ZlDVt" +version = "duKXqTU4" diff --git a/oneclient/mrpacks/1.21.1-fabric/QoL/mods/tntcountdown.pw.toml b/oneclient/mrpacks/1.21.1-fabric/QoL/mods/tntcountdown.pw.toml new file mode 100644 index 00000000..6b2804b3 --- /dev/null +++ b/oneclient/mrpacks/1.21.1-fabric/QoL/mods/tntcountdown.pw.toml @@ -0,0 +1,16 @@ +id = "pQFm0mAJ" +enabled = true +hidden = false +name = "TNT Countdown" +filename = "countdown-2.1.0-beta.1+mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/pQFm0mAJ/versions/slcSz8oF/countdown-2.1.0-beta.1%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "a99510984d26fb7e81df3aee46b1a533dde2aef00fce33d233cd20c2816447aeb62bcb768311c209f4f8af4938bb2e4bcb38ba869030490df9981670d09aed90" + +[update] +[update.modrinth] +mod-id = "pQFm0mAJ" +version = "slcSz8oF" diff --git a/oneclient/mrpacks/1.21.1-fabric/QoL/pack.toml b/oneclient/mrpacks/1.21.1-fabric/QoL/pack.toml index 8aae671b..4f27bc69 100644 --- a/oneclient/mrpacks/1.21.1-fabric/QoL/pack.toml +++ b/oneclient/mrpacks/1.21.1-fabric/QoL/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/qol-1.21.1-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "f1e7a6106110c39184af634b4bdd6887bed776d2f3def8b44393fc0f440498b4" +hash = "833991d5420ed1109f72c822a5b8031c6f78930aa4ec7834233129e1ebf03e78" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/1.21.10-fabric/Performance/index.toml b/oneclient/mrpacks/1.21.10-fabric/Performance/index.toml index d4cb7064..792eb60d 100644 --- a/oneclient/mrpacks/1.21.10-fabric/Performance/index.toml +++ b/oneclient/mrpacks/1.21.10-fabric/Performance/index.toml @@ -85,13 +85,13 @@ hash = "594a3ec38e78d3dd5c883632926a8ab47852e1629d72c109edbde8d52a384f8f" metafile = true [[files]] -file = "mods/fast-ip-ping.pw.toml" -hash = "4aa608888f42cd9265df37b3fd707776a7f9c4d41917e3f906f9c82812ba5fc6" +file = "mods/fastquit.pw.toml" +hash = "4365ec402dd067112480eacf78b399d8701b5ad1e9d8de935058b42a335fa6d9" metafile = true [[files]] -file = "mods/fastquit.pw.toml" -hash = "4365ec402dd067112480eacf78b399d8701b5ad1e9d8de935058b42a335fa6d9" +file = "mods/fastserverpings.pw.toml" +hash = "5cba835f74111aea08b8a5634b4e75f7e3ad39a698c895df55caa49a3b5f0f73" metafile = true [[files]] @@ -194,11 +194,6 @@ file = "mods/screenshot-compression.pw.toml" hash = "90519e5630fba8a081d2d433b22355234347453a9d75a0ed54ba25e313a20634" metafile = true -[[files]] -file = "mods/serverpingerfixer.pw.toml" -hash = "dce1b022c9baf13e0ce2d8d4767b0b1f558d87582fbd96a8e1867f394b926890" -metafile = true - [[files]] file = "mods/sodium-extra.pw.toml" hash = "e25de41e84aa6c910f89e78a7ee6098256e70d93793387910fd2f40b7b96cf71" diff --git a/oneclient/mrpacks/1.21.10-fabric/Performance/mods/fast-ip-ping.pw.toml b/oneclient/mrpacks/1.21.10-fabric/Performance/mods/fast-ip-ping.pw.toml deleted file mode 100644 index 05b5bfbf..00000000 --- a/oneclient/mrpacks/1.21.10-fabric/Performance/mods/fast-ip-ping.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -id = "9mtu0sUO" -enabled = true -hidden = false -name = "Fast IP Ping" -filename = "fast-ip-ping-v1.0.11-mc1.21.10-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/CZ4MiQnt/fast-ip-ping-v1.0.11-mc1.21.10-fabric.jar" -hash-format = "sha512" -hash = "703a30e04d1c4103935fa375f3cab0b54e2c516565d4ac84d5a9d12d938d724a333219da27fffc11d384ba472672496830814e78b23c2c3dcb49933a78973f6e" - -[update] -[update.modrinth] -mod-id = "9mtu0sUO" -version = "CZ4MiQnt" diff --git a/oneclient/mrpacks/1.21.10-fabric/Performance/mods/fastserverpings.pw.toml b/oneclient/mrpacks/1.21.10-fabric/Performance/mods/fastserverpings.pw.toml new file mode 100644 index 00000000..c5da2dcb --- /dev/null +++ b/oneclient/mrpacks/1.21.10-fabric/Performance/mods/fastserverpings.pw.toml @@ -0,0 +1,16 @@ +id = "5eVpQJSP" +enabled = true +hidden = false +name = "Fast Server Pings" +filename = "FastServerPings-0.16.10.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5eVpQJSP/versions/UDNTT6zD/FastServerPings-0.16.10.3.jar" +hash-format = "sha512" +hash = "65c05426a72a441005b70a236f921e50a04add3b4f5eb38a893adc90921fcc13ca3ed31379d32fa7e3a1ea1ad8e05fe530f5acca3f05e35218c918568bad4dd3" + +[update] +[update.modrinth] +mod-id = "5eVpQJSP" +version = "UDNTT6zD" diff --git a/oneclient/mrpacks/1.21.10-fabric/Performance/mods/serverpingerfixer.pw.toml b/oneclient/mrpacks/1.21.10-fabric/Performance/mods/serverpingerfixer.pw.toml deleted file mode 100644 index 9232cdd4..00000000 --- a/oneclient/mrpacks/1.21.10-fabric/Performance/mods/serverpingerfixer.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -id = "iqK5uv72" -enabled = true -hidden = false -name = "Server Pinger Fixer" -filename = "serverpingerfixer-1.0.5.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/iqK5uv72/versions/x7vxzThG/serverpingerfixer-1.0.5.jar" -hash-format = "sha512" -hash = "2ff604aca28ea59926f98ba1fcb30610d069412e5f27147250fa764b723c2386165bb9a3ff2a68817b13ea8d307a0f25abafddf7e2bc9a47dc5724fd1216cceb" - -[update] -[update.modrinth] -mod-id = "iqK5uv72" -version = "x7vxzThG" diff --git a/oneclient/mrpacks/1.21.10-fabric/Performance/pack.toml b/oneclient/mrpacks/1.21.10-fabric/Performance/pack.toml index 1098200f..4f7bfba0 100644 --- a/oneclient/mrpacks/1.21.10-fabric/Performance/pack.toml +++ b/oneclient/mrpacks/1.21.10-fabric/Performance/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/performance-1.21.10-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "720f8a13d8336efdcc61a0781ccf0ce7ff2b3f481edde8d3fcac5834cbbc46f1" +hash = "1c2ddb7cc77e8dcf547dd927c12a1df61af0cfcd12b1ef70c400b36a9735b0f6" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/1.21.10-fabric/QoL/index.toml b/oneclient/mrpacks/1.21.10-fabric/QoL/index.toml index 243dc34d..3e32da90 100644 --- a/oneclient/mrpacks/1.21.10-fabric/QoL/index.toml +++ b/oneclient/mrpacks/1.21.10-fabric/QoL/index.toml @@ -14,11 +14,21 @@ file = "mods/amecs.pw.toml" hash = "d114b29c5baf941a3037606daba6be56e7cd5ece7e075f1e81e1cd2fe09bc759" metafile = true +[[files]] +file = "mods/animaticarefabricated.pw.toml" +hash = "2ed0967728c47ba1055f943e7d8bc09b343068a17d4319a0f3b348a7914ffda0" +metafile = true + [[files]] file = "mods/better-elytra-render.pw.toml" hash = "b8dfcee3acd2b482738d2c55c63525ce058af1d92a62b1b0f2622ae3873a0919" metafile = true +[[files]] +file = "mods/better-narrator-error.pw.toml" +hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" +metafile = true + [[files]] file = "mods/better-screens.pw.toml" hash = "afcad2870c7a312dbef35c4d59901d24fe3829f1ddef0d29fe4ed2b7dfd1d04c" @@ -330,8 +340,8 @@ hash = "0aae38162b1b7270a40774a7ee6256f0d1e1a0dc06b4177d212b6c339b3448b7" metafile = true [[files]] -file = "mods/tntime.pw.toml" -hash = "ca252194ca88f2b9da857b94d644de6abfeac22da42cfc73d3aa61190e4bf558" +file = "mods/tntcountdown.pw.toml" +hash = "b83404512eaf3b8a548d7787233601aa7c46e6e821cb3951b01bc6688718d8d2" metafile = true [[files]] diff --git a/oneclient/mrpacks/1.21.10-fabric/QoL/mods/animaticarefabricated.pw.toml b/oneclient/mrpacks/1.21.10-fabric/QoL/mods/animaticarefabricated.pw.toml new file mode 100644 index 00000000..4c69252f --- /dev/null +++ b/oneclient/mrpacks/1.21.10-fabric/QoL/mods/animaticarefabricated.pw.toml @@ -0,0 +1,16 @@ +id = "xEyZuswh" +enabled = true +hidden = false +name = "Animatica Refabricated" +filename = "animatica-0.6.1+1.21.8.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xEyZuswh/versions/AcnOTlcL/animatica-0.6.1%2B1.21.8.jar" +hash-format = "sha512" +hash = "c146ea0e7ab30b890fb1a95e749bb4403962bbd0361622f34e1c66b32a6fe0168cd2b679da729efddee8cb5ffe309d281ef62c01fd03501f1b3ec6083c64199c" + +[update] +[update.modrinth] +mod-id = "xEyZuswh" +version = "AcnOTlcL" diff --git a/oneclient/mrpacks/1.21.10-fabric/QoL/mods/better-narrator-error.pw.toml b/oneclient/mrpacks/1.21.10-fabric/QoL/mods/better-narrator-error.pw.toml new file mode 100644 index 00000000..9a64e6eb --- /dev/null +++ b/oneclient/mrpacks/1.21.10-fabric/QoL/mods/better-narrator-error.pw.toml @@ -0,0 +1,16 @@ +id = "f63ZlDVt" +enabled = true +hidden = false +name = "Better Narrator Error" +filename = "betternarratorerror-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/f63ZlDVt/versions/duKXqTU4/betternarratorerror-1.0.0.jar" +hash-format = "sha512" +hash = "c6855453d497204380a63799f6235d11163a8343a58f73d0212fcadeaa23e80d104210b162e9c4cf0d10072333c4366eecf74c7373cf6a09e61d03edb2174e8e" + +[update] +[update.modrinth] +mod-id = "f63ZlDVt" +version = "duKXqTU4" diff --git a/oneclient/mrpacks/1.21.10-fabric/QoL/mods/tntcountdown.pw.toml b/oneclient/mrpacks/1.21.10-fabric/QoL/mods/tntcountdown.pw.toml new file mode 100644 index 00000000..86e96bb4 --- /dev/null +++ b/oneclient/mrpacks/1.21.10-fabric/QoL/mods/tntcountdown.pw.toml @@ -0,0 +1,16 @@ +id = "pQFm0mAJ" +enabled = true +hidden = false +name = "TNT Countdown" +filename = "countdown-2.1.0-beta.1+mc1.21.10.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/pQFm0mAJ/versions/fnNg2J5k/countdown-2.1.0-beta.1%2Bmc1.21.10.jar" +hash-format = "sha512" +hash = "f58c18ca89b3cdfd6870f6bab4c67d284c7cb5c2235d67e3cf878c3d120476164e1cb4006952548345025c78854b5cc6241583f38c2b9b01f61db61169f2e10b" + +[update] +[update.modrinth] +mod-id = "pQFm0mAJ" +version = "fnNg2J5k" diff --git a/oneclient/mrpacks/1.21.10-fabric/QoL/mods/tntime.pw.toml b/oneclient/mrpacks/1.21.10-fabric/QoL/mods/tntime.pw.toml deleted file mode 100644 index c06476a0..00000000 --- a/oneclient/mrpacks/1.21.10-fabric/QoL/mods/tntime.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -id = "8xUyxhWW" -enabled = true -hidden = false -name = "TNTime" -filename = "tntime-1.0.1+1.21.10-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/8xUyxhWW/versions/KR209hd3/tntime-1.0.1%2B1.21.10-fabric.jar" -hash-format = "sha512" -hash = "66a8ec8af6f3f4d158172e14359362a345075a6daa85aa1b98b6d9928aab6142772343a7afbb7e63968535f8349328fc3e668189d393c903a5eed74cb1771a4b" - -[update] -[update.modrinth] -mod-id = "8xUyxhWW" -version = "KR209hd3" diff --git a/oneclient/mrpacks/1.21.10-fabric/QoL/pack.toml b/oneclient/mrpacks/1.21.10-fabric/QoL/pack.toml index 10140972..af3931b6 100644 --- a/oneclient/mrpacks/1.21.10-fabric/QoL/pack.toml +++ b/oneclient/mrpacks/1.21.10-fabric/QoL/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/qol-1.21.10-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "cfef7dd5f0696db2bfe72f9c75dca37b209ed333f1baf7faaed89a7dd2011a40" +hash = "01bb730fdf6d88f336ccccbff9df0a7545d7b6026afb1121181d9907f5bccc2a" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/1.21.11-fabric/Performance/index.toml b/oneclient/mrpacks/1.21.11-fabric/Performance/index.toml index 7247fd7e..3599fbea 100644 --- a/oneclient/mrpacks/1.21.11-fabric/Performance/index.toml +++ b/oneclient/mrpacks/1.21.11-fabric/Performance/index.toml @@ -90,13 +90,13 @@ hash = "594a3ec38e78d3dd5c883632926a8ab47852e1629d72c109edbde8d52a384f8f" metafile = true [[files]] -file = "mods/fast-ip-ping.pw.toml" -hash = "9d9b885f7ae1d136c5cee10039760df50254b11e280bfb2fb3612482d469101d" +file = "mods/fastquit.pw.toml" +hash = "a7f05eaf7edc19d1950836af4de12bc944696a8e15630947daa6ea52f0008774" metafile = true [[files]] -file = "mods/fastquit.pw.toml" -hash = "a7f05eaf7edc19d1950836af4de12bc944696a8e15630947daa6ea52f0008774" +file = "mods/fastserverpings.pw.toml" +hash = "b580adf63fc738503ca97834700a8edd0b423c0b4628dc9a2c0824f6468e601a" metafile = true [[files]] @@ -199,11 +199,6 @@ file = "mods/screenshot-compression.pw.toml" hash = "717f50250b505e2aa5421b1934641212742ef16cfa8c370f67af64c20196afdd" metafile = true -[[files]] -file = "mods/serverpingerfixer.pw.toml" -hash = "dce1b022c9baf13e0ce2d8d4767b0b1f558d87582fbd96a8e1867f394b926890" -metafile = true - [[files]] file = "mods/sodium-extra.pw.toml" hash = "31746f28560ea2421ca3837a517132a264f943a4e4500c74a731551f9aa3b6bf" diff --git a/oneclient/mrpacks/1.21.11-fabric/Performance/mods/fast-ip-ping.pw.toml b/oneclient/mrpacks/1.21.11-fabric/Performance/mods/fast-ip-ping.pw.toml deleted file mode 100644 index 2a45fe00..00000000 --- a/oneclient/mrpacks/1.21.11-fabric/Performance/mods/fast-ip-ping.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -id = "9mtu0sUO" -enabled = true -hidden = false -name = "Fast IP Ping" -filename = "fast-ip-ping-v1.0.11-mc1.21.11-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/E3Ei5xUe/fast-ip-ping-v1.0.11-mc1.21.11-fabric.jar" -hash-format = "sha512" -hash = "968f7196f88e795502a2c7f9ba2beca7dbcaf52d86a96bf0d4d701c7bf50613c673ccd5ec9ef4e16bcdbf9e3eb5789709007c63bf9ac1ec6f34d1965182dfcc9" - -[update] -[update.modrinth] -mod-id = "9mtu0sUO" -version = "E3Ei5xUe" diff --git a/oneclient/mrpacks/1.21.11-fabric/Performance/mods/fastserverpings.pw.toml b/oneclient/mrpacks/1.21.11-fabric/Performance/mods/fastserverpings.pw.toml new file mode 100644 index 00000000..8c467a6a --- /dev/null +++ b/oneclient/mrpacks/1.21.11-fabric/Performance/mods/fastserverpings.pw.toml @@ -0,0 +1,16 @@ +id = "5eVpQJSP" +enabled = true +hidden = false +name = "Fast Server Pings" +filename = "FastServerPings-1.1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5eVpQJSP/versions/A1VBvpOx/FastServerPings-1.1.0.jar" +hash-format = "sha512" +hash = "cedfbb3447adc1c76d0a45ea8e0d488156d8f1d825e32d7f11237b4cd952fb76c0026e8a0451a082b55425dfe8e2cd1857cdb49f7d793c7d0cca3b377c4f7602" + +[update] +[update.modrinth] +mod-id = "5eVpQJSP" +version = "A1VBvpOx" diff --git a/oneclient/mrpacks/1.21.11-fabric/Performance/mods/serverpingerfixer.pw.toml b/oneclient/mrpacks/1.21.11-fabric/Performance/mods/serverpingerfixer.pw.toml deleted file mode 100644 index 9232cdd4..00000000 --- a/oneclient/mrpacks/1.21.11-fabric/Performance/mods/serverpingerfixer.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -id = "iqK5uv72" -enabled = true -hidden = false -name = "Server Pinger Fixer" -filename = "serverpingerfixer-1.0.5.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/iqK5uv72/versions/x7vxzThG/serverpingerfixer-1.0.5.jar" -hash-format = "sha512" -hash = "2ff604aca28ea59926f98ba1fcb30610d069412e5f27147250fa764b723c2386165bb9a3ff2a68817b13ea8d307a0f25abafddf7e2bc9a47dc5724fd1216cceb" - -[update] -[update.modrinth] -mod-id = "iqK5uv72" -version = "x7vxzThG" diff --git a/oneclient/mrpacks/1.21.11-fabric/Performance/pack.toml b/oneclient/mrpacks/1.21.11-fabric/Performance/pack.toml index 5bd00ed5..77714b31 100644 --- a/oneclient/mrpacks/1.21.11-fabric/Performance/pack.toml +++ b/oneclient/mrpacks/1.21.11-fabric/Performance/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/performance-1.21.11-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "e044b4140af2353681d3b35ac2e16cf388fd260d335fe6afedb90dd7d74ee238" +hash = "05d5102e8ba8c77a9efab544319da233c286d2c18dff4e00e76cb8b17743379a" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/1.21.11-fabric/QoL/index.toml b/oneclient/mrpacks/1.21.11-fabric/QoL/index.toml index 301504ff..fd4c33b8 100644 --- a/oneclient/mrpacks/1.21.11-fabric/QoL/index.toml +++ b/oneclient/mrpacks/1.21.11-fabric/QoL/index.toml @@ -14,6 +14,16 @@ file = "mods/amecs.pw.toml" hash = "d114b29c5baf941a3037606daba6be56e7cd5ece7e075f1e81e1cd2fe09bc759" metafile = true +[[files]] +file = "mods/animaticarefabricated.pw.toml" +hash = "2ed0967728c47ba1055f943e7d8bc09b343068a17d4319a0f3b348a7914ffda0" +metafile = true + +[[files]] +file = "mods/better-narrator-error.pw.toml" +hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" +metafile = true + [[files]] file = "mods/better-screens.pw.toml" hash = "40b7b9e17abe33a7d9ca6cec7a9d3fce204838e5cedaabc8ab6bff197a47149a" @@ -314,11 +324,6 @@ file = "mods/titletweaks.pw.toml" hash = "57d0020b4b6036c92a39fc6a8e9c360129f37eafd52ffea88bcc38d54ce3bfd8" metafile = true -[[files]] -file = "mods/tntime.pw.toml" -hash = "5a1de8c4fac6fe371abc19d4edcf9ba15db41f76f70c11c65e9dff5229f48a8a" -metafile = true - [[files]] file = "mods/tooltip-scroll.pw.toml" hash = "9067aa4d3e87b36321b5061d8407f723f235778978b0a5f7863e9a5601bf732e" diff --git a/oneclient/mrpacks/1.21.11-fabric/QoL/mods/animaticarefabricated.pw.toml b/oneclient/mrpacks/1.21.11-fabric/QoL/mods/animaticarefabricated.pw.toml new file mode 100644 index 00000000..4c69252f --- /dev/null +++ b/oneclient/mrpacks/1.21.11-fabric/QoL/mods/animaticarefabricated.pw.toml @@ -0,0 +1,16 @@ +id = "xEyZuswh" +enabled = true +hidden = false +name = "Animatica Refabricated" +filename = "animatica-0.6.1+1.21.8.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xEyZuswh/versions/AcnOTlcL/animatica-0.6.1%2B1.21.8.jar" +hash-format = "sha512" +hash = "c146ea0e7ab30b890fb1a95e749bb4403962bbd0361622f34e1c66b32a6fe0168cd2b679da729efddee8cb5ffe309d281ef62c01fd03501f1b3ec6083c64199c" + +[update] +[update.modrinth] +mod-id = "xEyZuswh" +version = "AcnOTlcL" diff --git a/oneclient/mrpacks/1.21.11-fabric/QoL/mods/better-narrator-error.pw.toml b/oneclient/mrpacks/1.21.11-fabric/QoL/mods/better-narrator-error.pw.toml new file mode 100644 index 00000000..9a64e6eb --- /dev/null +++ b/oneclient/mrpacks/1.21.11-fabric/QoL/mods/better-narrator-error.pw.toml @@ -0,0 +1,16 @@ +id = "f63ZlDVt" +enabled = true +hidden = false +name = "Better Narrator Error" +filename = "betternarratorerror-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/f63ZlDVt/versions/duKXqTU4/betternarratorerror-1.0.0.jar" +hash-format = "sha512" +hash = "c6855453d497204380a63799f6235d11163a8343a58f73d0212fcadeaa23e80d104210b162e9c4cf0d10072333c4366eecf74c7373cf6a09e61d03edb2174e8e" + +[update] +[update.modrinth] +mod-id = "f63ZlDVt" +version = "duKXqTU4" diff --git a/oneclient/mrpacks/1.21.11-fabric/QoL/mods/tntime.pw.toml b/oneclient/mrpacks/1.21.11-fabric/QoL/mods/tntime.pw.toml deleted file mode 100644 index 0c04ff5d..00000000 --- a/oneclient/mrpacks/1.21.11-fabric/QoL/mods/tntime.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -id = "8xUyxhWW" -enabled = true -hidden = false -name = "TNTime" -filename = "tntime-1.0.1+1.21.11-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/8xUyxhWW/versions/LwELMZ9s/tntime-1.0.1%2B1.21.11-fabric.jar" -hash-format = "sha512" -hash = "95a986d8c9adeefffdac6cbc0ad9d3264d5950232d4190ae5289ea505293bcff2d67137e7da049042265aabeadc90d9de7b44274b5c36ca13e8b0a0ec1bb5841" - -[update] -[update.modrinth] -mod-id = "8xUyxhWW" -version = "LwELMZ9s" diff --git a/oneclient/mrpacks/1.21.11-fabric/QoL/pack.toml b/oneclient/mrpacks/1.21.11-fabric/QoL/pack.toml index 31035b01..00f73127 100644 --- a/oneclient/mrpacks/1.21.11-fabric/QoL/pack.toml +++ b/oneclient/mrpacks/1.21.11-fabric/QoL/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/qol-1.21.11-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "b5f38393d4b570a2968a14bd04df14c33cf097c32f66e06f8079c824b34fc8db" +hash = "ee90d6ec911f5357032a6da2d7693d5dc874e8e93548ea3eb9c19e3f6c3b88b9" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/26.1-fabric/HUD/index.toml b/oneclient/mrpacks/26.1-fabric/HUD/index.toml index f97694ef..646a5bdb 100644 --- a/oneclient/mrpacks/26.1-fabric/HUD/index.toml +++ b/oneclient/mrpacks/26.1-fabric/HUD/index.toml @@ -15,6 +15,11 @@ file = "mods/chat-impressive-animation.pw.toml" hash = "38bed9db10658136f77d5300719babb296affed6d393615baadc94ef8a2d0ccd" metafile = true +[[files]] +file = "mods/chatshot.pw.toml" +hash = "d234ca0c8168b8f272a50f618808fe66281a6829f4024e99c7d87f18a86b1dee" +metafile = true + [[files]] file = "mods/cloth-config.pw.toml" hash = "58c8e94e25cd8c185aa9fb56bbbec13d600e7718d8ecc3a58bc767c4f2cf7b5b" diff --git a/oneclient/mrpacks/26.1-fabric/HUD/mods/chatshot.pw.toml b/oneclient/mrpacks/26.1-fabric/HUD/mods/chatshot.pw.toml new file mode 100644 index 00000000..e8ee8800 --- /dev/null +++ b/oneclient/mrpacks/26.1-fabric/HUD/mods/chatshot.pw.toml @@ -0,0 +1,16 @@ +id = "X2Zy7Oi6" +enabled = true +hidden = false +name = "ChatShot" +filename = "ChatShot (26.1-fabric)-1.0.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/X2Zy7Oi6/versions/FNwyYnaw/ChatShot%20%2826.1-fabric%29-1.0.9.jar" +hash-format = "sha512" +hash = "7fcacfafc8cf995565b9fac868b5f68310501c32d74d1935dcc4836e92effdd15989121fb479bec36beb0623326054256c971c72971fd9a48abaa95c78f29665" + +[update] +[update.modrinth] +mod-id = "X2Zy7Oi6" +version = "FNwyYnaw" diff --git a/oneclient/mrpacks/26.1-fabric/HUD/pack.toml b/oneclient/mrpacks/26.1-fabric/HUD/pack.toml index b54ca009..af8faeb2 100644 --- a/oneclient/mrpacks/26.1-fabric/HUD/pack.toml +++ b/oneclient/mrpacks/26.1-fabric/HUD/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/hud-26.1-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "5d375ca67e898f3faf3a26d99971cd55a5728f18df74ad13860ba7a66ac30366" +hash = "617eb4ea3c8988637c99ba4f390affb884cd11c321d2c54f18ce49241f09f252" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/26.1-fabric/Performance/index.toml b/oneclient/mrpacks/26.1-fabric/Performance/index.toml index 87badb6d..396a455d 100644 --- a/oneclient/mrpacks/26.1-fabric/Performance/index.toml +++ b/oneclient/mrpacks/26.1-fabric/Performance/index.toml @@ -75,8 +75,8 @@ hash = "594a3ec38e78d3dd5c883632926a8ab47852e1629d72c109edbde8d52a384f8f" metafile = true [[files]] -file = "mods/fast-ip-ping.pw.toml" -hash = "b66d30fdf542da5eb44d4b08167c1dc3b321879690c5def6181e085c80139d8b" +file = "mods/fastserverpings.pw.toml" +hash = "43508ac218c253be1f256204d3fc64eb71b11b58d45f04ecc8a56df4b02f2bec" metafile = true [[files]] @@ -109,6 +109,11 @@ file = "mods/iris.pw.toml" hash = "fa71d33a991cda718521d9f3544c37760995a62aa28258290979359b313117bf" metafile = true +[[files]] +file = "mods/ixeris.pw.toml" +hash = "36a3c7084701c7e803f86c35a4d8ca517b7a61768bee316b002e7d6c4aaf58e7" +metafile = true + [[files]] file = "mods/language-reload.pw.toml" hash = "bafee97281f34b36b18277f2f02903f0b81f8358e5386b171733d568eb303790" @@ -164,11 +169,6 @@ file = "mods/screenshot-compression.pw.toml" hash = "773c859a79a1017d9bf7c4993fe72674c823890624de27c30e1906705dc29023" metafile = true -[[files]] -file = "mods/serverpingerfixer.pw.toml" -hash = "1d041cb11a878c74862e7e3fbef00be727abde4926a7715e07e445d443c63961" -metafile = true - [[files]] file = "mods/sodium-extra.pw.toml" hash = "fe9153b3ef287bc8426c10b96be23f31fda11d4a43a3b6f85ab7e1edcd59bff5" diff --git a/oneclient/mrpacks/26.1-fabric/Performance/mods/fast-ip-ping.pw.toml b/oneclient/mrpacks/26.1-fabric/Performance/mods/fast-ip-ping.pw.toml deleted file mode 100644 index 0c966de0..00000000 --- a/oneclient/mrpacks/26.1-fabric/Performance/mods/fast-ip-ping.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -id = "9mtu0sUO" -enabled = true -hidden = false -name = "Fast IP Ping" -filename = "fast-ip-ping-v1.0.11-mc26.1.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/H7KycYXE/fast-ip-ping-v1.0.11-mc26.1.2.jar" -hash-format = "sha512" -hash = "a3172cf7c42c8c71c4fd38ff267233787320ff9a24b39fdac61df659d326ab3d13a5227dd3ee4d966080e31ccb922a8a27580931eaa003565f809f9e3399287e" - -[update] -[update.modrinth] -mod-id = "9mtu0sUO" -version = "H7KycYXE" diff --git a/oneclient/mrpacks/26.1-fabric/Performance/mods/fastserverpings.pw.toml b/oneclient/mrpacks/26.1-fabric/Performance/mods/fastserverpings.pw.toml new file mode 100644 index 00000000..23f7891d --- /dev/null +++ b/oneclient/mrpacks/26.1-fabric/Performance/mods/fastserverpings.pw.toml @@ -0,0 +1,16 @@ +id = "5eVpQJSP" +enabled = true +hidden = false +name = "Fast Server Pings" +filename = "FastServerPings-1.1.1+26.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5eVpQJSP/versions/PrRdpn5o/FastServerPings-1.1.1%2B26.2.jar" +hash-format = "sha512" +hash = "5101545509cff20e67f277550362a015210204380c648d7a04795572a3d4749a8e8d1c7269ee1f2e94236c17c9c35af2bab20f8e4426041cba847d3fc1f9faf1" + +[update] +[update.modrinth] +mod-id = "5eVpQJSP" +version = "PrRdpn5o" diff --git a/oneclient/mrpacks/26.1-fabric/Performance/mods/ixeris.pw.toml b/oneclient/mrpacks/26.1-fabric/Performance/mods/ixeris.pw.toml new file mode 100644 index 00000000..dee673b2 --- /dev/null +++ b/oneclient/mrpacks/26.1-fabric/Performance/mods/ixeris.pw.toml @@ -0,0 +1,16 @@ +id = "p8RJPJIC" +enabled = true +hidden = false +name = "Ixeris" +filename = "Ixeris-4.4.4+26.1.2-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/p8RJPJIC/versions/zwri2YQe/Ixeris-4.4.4%2B26.1.2-fabric.jar" +hash-format = "sha512" +hash = "93a876b64a63bd52df201c704e033eda2b6230731fc8ab8bd6e5b1130bbab08275ed60ef8f225288ddbe224d55ba226b677e638046ea694511dc2231d70caac3" + +[update] +[update.modrinth] +mod-id = "p8RJPJIC" +version = "zwri2YQe" diff --git a/oneclient/mrpacks/26.1-fabric/Performance/mods/serverpingerfixer.pw.toml b/oneclient/mrpacks/26.1-fabric/Performance/mods/serverpingerfixer.pw.toml deleted file mode 100644 index 4f1af334..00000000 --- a/oneclient/mrpacks/26.1-fabric/Performance/mods/serverpingerfixer.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -id = "iqK5uv72" -enabled = true -hidden = false -name = "Server Pinger Fixer" -filename = "serverpingerfixer+26.1-1.1.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/iqK5uv72/versions/5xfjHyo4/serverpingerfixer%2B26.1-1.1.0.jar" -hash-format = "sha512" -hash = "3f313b0918e3b8dbb46ded7445c11ffaa650e52852c0389adbc2eb464706cd09f9add63743492bd60c3d6968243f36074e4cd50c249fe049f220290476092154" - -[update] -[update.modrinth] -mod-id = "iqK5uv72" -version = "5xfjHyo4" diff --git a/oneclient/mrpacks/26.1-fabric/Performance/pack.toml b/oneclient/mrpacks/26.1-fabric/Performance/pack.toml index 62fc99c4..c5aaab45 100644 --- a/oneclient/mrpacks/26.1-fabric/Performance/pack.toml +++ b/oneclient/mrpacks/26.1-fabric/Performance/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/performance-26.1-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "20ebb55125ae2ecff0874d1c8cc459e8f954318d54c38da47050904b6414d2d5" +hash = "0eb28a151d969e83370ff65da911acb4e70f9aaef8780f4e590055ae5a0fd4ad" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/index.toml b/oneclient/mrpacks/26.1-fabric/QoL/index.toml index cae87109..dc823e73 100644 --- a/oneclient/mrpacks/26.1-fabric/QoL/index.toml +++ b/oneclient/mrpacks/26.1-fabric/QoL/index.toml @@ -14,6 +14,16 @@ file = "mods/amecs.pw.toml" hash = "106813eb6cd8bd021edf7bcdd8e6eb7eeaf12b7937a51ef49afe44c62c37c0d1" metafile = true +[[files]] +file = "mods/animaticarefabricated.pw.toml" +hash = "b2d4f3d048e6ea9d25d1bbe93d5945fe9802efecbc3942bd912c752f6ea75d2d" +metafile = true + +[[files]] +file = "mods/better-narrator-error.pw.toml" +hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" +metafile = true + [[files]] file = "mods/black-bar-concealer.pw.toml" hash = "31000795f05e79b4c1d29947302331c04edf5762085e22a3bc6f40ed26b30085" @@ -44,6 +54,11 @@ file = "mods/confirm-disconnect.pw.toml" hash = "08b0e17e2ae773f5553820805e29bd67202358a4656d2b04c8d48c7e5956c4e3" metafile = true +[[files]] +file = "mods/confirmresetkeys.pw.toml" +hash = "1abc9382347a756ce9e92b22bcc5d439e8f4f61fd3482f7bd966b51e5af85cfd" +metafile = true + [[files]] file = "mods/controlling.pw.toml" hash = "e4f90f8a68b41d75364a8fa15d8daca7a02e640e81d49d9776bcf005761c739b" @@ -94,6 +109,11 @@ file = "mods/forge-config-api-port.pw.toml" hash = "2cf1f1ce8c40d92d4dd4d0088302833e1b667c691dfed857c4082c657c987129" metafile = true +[[files]] +file = "mods/hold-that-chunk-v2.pw.toml" +hash = "7d0458abe9bb090a795f32acd0461fb41f4b0a50d682f947faeb3fab627eb0a7" +metafile = true + [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "6a62f57883c909502e704bebd2d249c1f5f0e109748c1b8ae14682e38e6dd476" @@ -154,6 +174,11 @@ file = "mods/presence-footsteps.pw.toml" hash = "09d8d108c8a59dddbd3b8d752d622644bec411863df259a972e1c8d9099eeeda" metafile = true +[[files]] +file = "mods/reward-claim.pw.toml" +hash = "2f7e5dbccc6f63540642e32f650613746053e2c17751dba95d38bd94ec068290" +metafile = true + [[files]] file = "mods/rrls.pw.toml" hash = "bd1901c84c0a2adf73c34b496bbb88a469215b7523d6fca9a050611fab8fdb1b" @@ -219,6 +244,11 @@ file = "mods/text-tunnels.pw.toml" hash = "96eccc3da13fe52a09160f744fbb011a90c1c307161c3c79c051c25bffba5b3c" metafile = true +[[files]] +file = "mods/tntcountdown.pw.toml" +hash = "f43390a9b6a75e26e08fc01a0bfc6a65e60c7c731f33879fe115b242e02723e7" +metafile = true + [[files]] file = "mods/unilib.pw.toml" hash = "6fb3afaca4334f30b59bd0a51bf969c9f810ff933bf3152813fc88068d2d934e" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/mods/animaticarefabricated.pw.toml b/oneclient/mrpacks/26.1-fabric/QoL/mods/animaticarefabricated.pw.toml new file mode 100644 index 00000000..fd975bb3 --- /dev/null +++ b/oneclient/mrpacks/26.1-fabric/QoL/mods/animaticarefabricated.pw.toml @@ -0,0 +1,16 @@ +id = "xEyZuswh" +enabled = true +hidden = false +name = "Animatica Refabricated" +filename = "animatica-0.6.2+26.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xEyZuswh/versions/cGCn2LMg/animatica-0.6.2%2B26.1.jar" +hash-format = "sha512" +hash = "750e84c3e796e8a77a1c2e85dfd29945fe3cc67db1a4e913de7ccb702b5d41c9184f16540dd286c3ecaba40220659a073381bdb0b68392a0e09182001d21ddb5" + +[update] +[update.modrinth] +mod-id = "xEyZuswh" +version = "cGCn2LMg" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/mods/better-narrator-error.pw.toml b/oneclient/mrpacks/26.1-fabric/QoL/mods/better-narrator-error.pw.toml new file mode 100644 index 00000000..9a64e6eb --- /dev/null +++ b/oneclient/mrpacks/26.1-fabric/QoL/mods/better-narrator-error.pw.toml @@ -0,0 +1,16 @@ +id = "f63ZlDVt" +enabled = true +hidden = false +name = "Better Narrator Error" +filename = "betternarratorerror-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/f63ZlDVt/versions/duKXqTU4/betternarratorerror-1.0.0.jar" +hash-format = "sha512" +hash = "c6855453d497204380a63799f6235d11163a8343a58f73d0212fcadeaa23e80d104210b162e9c4cf0d10072333c4366eecf74c7373cf6a09e61d03edb2174e8e" + +[update] +[update.modrinth] +mod-id = "f63ZlDVt" +version = "duKXqTU4" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/mods/confirmresetkeys.pw.toml b/oneclient/mrpacks/26.1-fabric/QoL/mods/confirmresetkeys.pw.toml new file mode 100644 index 00000000..048e4922 --- /dev/null +++ b/oneclient/mrpacks/26.1-fabric/QoL/mods/confirmresetkeys.pw.toml @@ -0,0 +1,16 @@ +id = "y0E9vcbS" +enabled = true +hidden = false +name = "Confirm Reset Keys" +filename = "confirmresetkeys-1.0.0+26.1.2-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/y0E9vcbS/versions/PtFSJwH7/confirmresetkeys-1.0.0%2B26.1.2-fabric.jar" +hash-format = "sha512" +hash = "25ebeb7965706394e1e7349665b5773572bd1c273c7fbbd9ee216fca6955ecfbc909accd7f719c1579e41385f7550a5b09eec2d07df6d175e3b69f77ca88622b" + +[update] +[update.modrinth] +mod-id = "y0E9vcbS" +version = "PtFSJwH7" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/mods/hold-that-chunk-v2.pw.toml b/oneclient/mrpacks/26.1-fabric/QoL/mods/hold-that-chunk-v2.pw.toml new file mode 100644 index 00000000..3780211b --- /dev/null +++ b/oneclient/mrpacks/26.1-fabric/QoL/mods/hold-that-chunk-v2.pw.toml @@ -0,0 +1,16 @@ +id = "L4u8Yt14" +enabled = true +hidden = false +name = "Hold That Chunk V2" +filename = "Hold-That-Chunk-V2-2.0.0+26.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/L4u8Yt14/versions/XUOmDHl7/Hold-That-Chunk-V2-2.0.0%2B26.1.jar" +hash-format = "sha512" +hash = "8996c07a6f489b779762c1a6ad04d60f8ad13fa6844b4d6c2aa50d4ed8302b258996112d09ba6cf1c01b71f17f10d253c914a2eaa575470c9169eaa03558db9c" + +[update] +[update.modrinth] +mod-id = "L4u8Yt14" +version = "XUOmDHl7" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/mods/reward-claim.pw.toml b/oneclient/mrpacks/26.1-fabric/QoL/mods/reward-claim.pw.toml new file mode 100644 index 00000000..f74341c3 --- /dev/null +++ b/oneclient/mrpacks/26.1-fabric/QoL/mods/reward-claim.pw.toml @@ -0,0 +1,16 @@ +id = "sbgVdyNC" +enabled = true +hidden = false +name = "Hypixel Reward Claim" +filename = "rewardclaim-2.4.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/sbgVdyNC/versions/892qTcZg/rewardclaim-2.4.0.jar" +hash-format = "sha512" +hash = "506bbc7b348c652afa89c023768b65f66acf9f936f5035726d5671b498126968dda061d118d2ab6ca5b146e38e1e3ff7ebd4d9fa749e6d691640af3597fd259d" + +[update] +[update.modrinth] +mod-id = "sbgVdyNC" +version = "892qTcZg" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/mods/tntcountdown.pw.toml b/oneclient/mrpacks/26.1-fabric/QoL/mods/tntcountdown.pw.toml new file mode 100644 index 00000000..eba7c8e7 --- /dev/null +++ b/oneclient/mrpacks/26.1-fabric/QoL/mods/tntcountdown.pw.toml @@ -0,0 +1,16 @@ +id = "pQFm0mAJ" +enabled = true +hidden = false +name = "TNT Countdown" +filename = "countdown-2.1.0-beta.1+mc26.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/pQFm0mAJ/versions/rsJofoph/countdown-2.1.0-beta.1%2Bmc26.1.jar" +hash-format = "sha512" +hash = "ef41de1832c61e82c662d12d900454fc881d69d62752763a76a39080bbc8cd907659c28f05023ccdc9579d55f91953e576d8a8fa81c1f940644cf6e088d6806b" + +[update] +[update.modrinth] +mod-id = "pQFm0mAJ" +version = "rsJofoph" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/pack.toml b/oneclient/mrpacks/26.1-fabric/QoL/pack.toml index e6cff1a2..794ab32c 100644 --- a/oneclient/mrpacks/26.1-fabric/QoL/pack.toml +++ b/oneclient/mrpacks/26.1-fabric/QoL/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/qol-26.1-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "206473efa569cff5701ba91198a421f7870c9c8ef937873c0151cb71f3055816" +hash = "bd294434f982cf596a29bc9479f9f327c7369392d3896a49e93bb9b50fc9cafe" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/26.1-fabric/Utility/index.toml b/oneclient/mrpacks/26.1-fabric/Utility/index.toml index 1ddfc613..b31da543 100644 --- a/oneclient/mrpacks/26.1-fabric/Utility/index.toml +++ b/oneclient/mrpacks/26.1-fabric/Utility/index.toml @@ -85,6 +85,11 @@ file = "mods/modmenu.pw.toml" hash = "0c0d41b67ec11b92100b34e8d7642f69414c80c6fe46ffac30cbba2e1f1eaab5" metafile = true +[[files]] +file = "mods/noxesium.pw.toml" +hash = "93991e743ac1747e450001ff38570dc34e49ce02e58e2d22f9978a5797256d7c" +metafile = true + [[files]] file = "mods/quickjoin.pw.toml" hash = "b3b7789e9eb22477293a7b5bb9de903d92ce75382de653e13d13c13cf9c52bbf" diff --git a/oneclient/mrpacks/26.1-fabric/Utility/mods/noxesium.pw.toml b/oneclient/mrpacks/26.1-fabric/Utility/mods/noxesium.pw.toml new file mode 100644 index 00000000..a51555ab --- /dev/null +++ b/oneclient/mrpacks/26.1-fabric/Utility/mods/noxesium.pw.toml @@ -0,0 +1,16 @@ +id = "Kw7Sm3Xf" +enabled = true +hidden = false +name = "Noxesium" +filename = "noxesium-fabric-3.1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Kw7Sm3Xf/versions/c5eIvbqY/noxesium-fabric-3.1.0.jar" +hash-format = "sha512" +hash = "a92ceb3c70414c822788ee59ee64ae00502b7dd28fbcac21cd1b09a240be00f04ec609708d209956156e365799bce371aeb85b1263c14ccd7956812d101174ee" + +[update] +[update.modrinth] +mod-id = "Kw7Sm3Xf" +version = "c5eIvbqY" diff --git a/oneclient/mrpacks/26.1-fabric/Utility/pack.toml b/oneclient/mrpacks/26.1-fabric/Utility/pack.toml index 6a2ed7f0..597a1fb8 100644 --- a/oneclient/mrpacks/26.1-fabric/Utility/pack.toml +++ b/oneclient/mrpacks/26.1-fabric/Utility/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/utility-26.1-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "56b653335f5b08897d891b0c2a9eb9ef3c2aea4b352ba25c18f597691df947a4" +hash = "c0b36d797cbb29226c6f096fdbfca75a3e31544646de8168df40662b182331a7" [versions] fabric = "0.19.2" From 9d1c800f679b96e6442dd215c53c7c640d27abfb Mon Sep 17 00:00:00 2001 From: MicrocontrollersDev Date: Sun, 14 Jun 2026 13:24:54 -0700 Subject: [PATCH 2/2] move better narrator error to utility --- oneclient/mrpacks/1.21.1-fabric/QoL/index.toml | 5 ----- oneclient/mrpacks/1.21.1-fabric/QoL/pack.toml | 2 +- oneclient/mrpacks/1.21.1-fabric/Utility/index.toml | 5 +++++ .../{QoL => Utility}/mods/better-narrator-error.pw.toml | 0 oneclient/mrpacks/1.21.1-fabric/Utility/pack.toml | 2 +- oneclient/mrpacks/1.21.10-fabric/QoL/index.toml | 5 ----- oneclient/mrpacks/1.21.10-fabric/QoL/pack.toml | 2 +- oneclient/mrpacks/1.21.10-fabric/Utility/index.toml | 5 +++++ .../{QoL => Utility}/mods/better-narrator-error.pw.toml | 0 oneclient/mrpacks/1.21.10-fabric/Utility/pack.toml | 2 +- oneclient/mrpacks/1.21.11-fabric/QoL/index.toml | 5 ----- oneclient/mrpacks/1.21.11-fabric/QoL/pack.toml | 2 +- oneclient/mrpacks/1.21.11-fabric/Utility/index.toml | 5 +++++ .../{QoL => Utility}/mods/better-narrator-error.pw.toml | 0 oneclient/mrpacks/1.21.11-fabric/Utility/pack.toml | 2 +- oneclient/mrpacks/26.1-fabric/QoL/index.toml | 5 ----- oneclient/mrpacks/26.1-fabric/QoL/pack.toml | 2 +- oneclient/mrpacks/26.1-fabric/Utility/index.toml | 5 +++++ .../{QoL => Utility}/mods/better-narrator-error.pw.toml | 0 oneclient/mrpacks/26.1-fabric/Utility/pack.toml | 2 +- 20 files changed, 28 insertions(+), 28 deletions(-) rename oneclient/mrpacks/1.21.1-fabric/{QoL => Utility}/mods/better-narrator-error.pw.toml (100%) rename oneclient/mrpacks/1.21.10-fabric/{QoL => Utility}/mods/better-narrator-error.pw.toml (100%) rename oneclient/mrpacks/1.21.11-fabric/{QoL => Utility}/mods/better-narrator-error.pw.toml (100%) rename oneclient/mrpacks/26.1-fabric/{QoL => Utility}/mods/better-narrator-error.pw.toml (100%) diff --git a/oneclient/mrpacks/1.21.1-fabric/QoL/index.toml b/oneclient/mrpacks/1.21.1-fabric/QoL/index.toml index c146dcf6..43d10261 100644 --- a/oneclient/mrpacks/1.21.1-fabric/QoL/index.toml +++ b/oneclient/mrpacks/1.21.1-fabric/QoL/index.toml @@ -15,11 +15,6 @@ file = "mods/animatica.pw.toml" hash = "d0cc0803af99c03038ef3d6f59ddad486463632aade5caeac86d78dfefb3396e" metafile = true -[[files]] -file = "mods/better-narrator-error.pw.toml" -hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" -metafile = true - [[files]] file = "mods/better-selection.pw.toml" hash = "0201825029921bdd8b4b276ca147fd1e1eff5e983b114a89c2060628949257f0" diff --git a/oneclient/mrpacks/1.21.1-fabric/QoL/pack.toml b/oneclient/mrpacks/1.21.1-fabric/QoL/pack.toml index 4f27bc69..d3491d9e 100644 --- a/oneclient/mrpacks/1.21.1-fabric/QoL/pack.toml +++ b/oneclient/mrpacks/1.21.1-fabric/QoL/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/qol-1.21.1-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "833991d5420ed1109f72c822a5b8031c6f78930aa4ec7834233129e1ebf03e78" +hash = "db29b81fd3107abb1b660ca765a13259b6c3d63fc077667e759dd7213078ef2f" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/1.21.1-fabric/Utility/index.toml b/oneclient/mrpacks/1.21.1-fabric/Utility/index.toml index eb359dd1..281d0b13 100644 --- a/oneclient/mrpacks/1.21.1-fabric/Utility/index.toml +++ b/oneclient/mrpacks/1.21.1-fabric/Utility/index.toml @@ -10,6 +10,11 @@ file = "mods/auto-gg.pw.toml" hash = "da17b555c53ce390b30cd6eb5357720fd2cca482fb5a927695ab8e74d679d3ad" metafile = true +[[files]] +file = "mods/better-narrator-error.pw.toml" +hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" +metafile = true + [[files]] file = "mods/better-stats.pw.toml" hash = "ed6f8461bcc70d112a862f661a97ad2238f2c7fdc74ffa6efa79c6903abcc9b3" diff --git a/oneclient/mrpacks/1.21.1-fabric/QoL/mods/better-narrator-error.pw.toml b/oneclient/mrpacks/1.21.1-fabric/Utility/mods/better-narrator-error.pw.toml similarity index 100% rename from oneclient/mrpacks/1.21.1-fabric/QoL/mods/better-narrator-error.pw.toml rename to oneclient/mrpacks/1.21.1-fabric/Utility/mods/better-narrator-error.pw.toml diff --git a/oneclient/mrpacks/1.21.1-fabric/Utility/pack.toml b/oneclient/mrpacks/1.21.1-fabric/Utility/pack.toml index 1bd46efc..3285f1e7 100644 --- a/oneclient/mrpacks/1.21.1-fabric/Utility/pack.toml +++ b/oneclient/mrpacks/1.21.1-fabric/Utility/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/utility-1.21.1-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "959170ebb91acfc909165fd949a14b1aebf9b309c549109b3bb2d02ce38c782e" +hash = "8438ed5854f859ba24ce1333810a86f9664bac956e6f25ab1bfc1cddb0e07640" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/1.21.10-fabric/QoL/index.toml b/oneclient/mrpacks/1.21.10-fabric/QoL/index.toml index 3e32da90..90fc553b 100644 --- a/oneclient/mrpacks/1.21.10-fabric/QoL/index.toml +++ b/oneclient/mrpacks/1.21.10-fabric/QoL/index.toml @@ -24,11 +24,6 @@ file = "mods/better-elytra-render.pw.toml" hash = "b8dfcee3acd2b482738d2c55c63525ce058af1d92a62b1b0f2622ae3873a0919" metafile = true -[[files]] -file = "mods/better-narrator-error.pw.toml" -hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" -metafile = true - [[files]] file = "mods/better-screens.pw.toml" hash = "afcad2870c7a312dbef35c4d59901d24fe3829f1ddef0d29fe4ed2b7dfd1d04c" diff --git a/oneclient/mrpacks/1.21.10-fabric/QoL/pack.toml b/oneclient/mrpacks/1.21.10-fabric/QoL/pack.toml index af3931b6..f7394aa8 100644 --- a/oneclient/mrpacks/1.21.10-fabric/QoL/pack.toml +++ b/oneclient/mrpacks/1.21.10-fabric/QoL/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/qol-1.21.10-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "01bb730fdf6d88f336ccccbff9df0a7545d7b6026afb1121181d9907f5bccc2a" +hash = "803d61120b856fa086e89f8ca738b2e06b7a4a2dbc6ffc02795b2a827eafe091" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/1.21.10-fabric/Utility/index.toml b/oneclient/mrpacks/1.21.10-fabric/Utility/index.toml index f373e38a..ae2b7003 100644 --- a/oneclient/mrpacks/1.21.10-fabric/Utility/index.toml +++ b/oneclient/mrpacks/1.21.10-fabric/Utility/index.toml @@ -10,6 +10,11 @@ file = "mods/architectury-api.pw.toml" hash = "dbc4960d91ef836961171d8a13f8adc29ee6df2c63ea23efeca96fc93e5d280a" metafile = true +[[files]] +file = "mods/better-narrator-error.pw.toml" +hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" +metafile = true + [[files]] file = "mods/better-stats.pw.toml" hash = "abbd38fc9e811d866832a9394279d74d63347179647ed930c4cab3f8b5b9f3fa" diff --git a/oneclient/mrpacks/1.21.10-fabric/QoL/mods/better-narrator-error.pw.toml b/oneclient/mrpacks/1.21.10-fabric/Utility/mods/better-narrator-error.pw.toml similarity index 100% rename from oneclient/mrpacks/1.21.10-fabric/QoL/mods/better-narrator-error.pw.toml rename to oneclient/mrpacks/1.21.10-fabric/Utility/mods/better-narrator-error.pw.toml diff --git a/oneclient/mrpacks/1.21.10-fabric/Utility/pack.toml b/oneclient/mrpacks/1.21.10-fabric/Utility/pack.toml index 40fd4965..6d101e55 100644 --- a/oneclient/mrpacks/1.21.10-fabric/Utility/pack.toml +++ b/oneclient/mrpacks/1.21.10-fabric/Utility/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/utility-1.21.10-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "be4f544b8176fc37cff91c526e8a841417437cfe6918bfdc839368f7930545c5" +hash = "f401dc42806e6dc4b5bf2958752c023f4b344d94cc3cf0bd87ccc78c629992b6" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/1.21.11-fabric/QoL/index.toml b/oneclient/mrpacks/1.21.11-fabric/QoL/index.toml index fd4c33b8..69c57f8c 100644 --- a/oneclient/mrpacks/1.21.11-fabric/QoL/index.toml +++ b/oneclient/mrpacks/1.21.11-fabric/QoL/index.toml @@ -19,11 +19,6 @@ file = "mods/animaticarefabricated.pw.toml" hash = "2ed0967728c47ba1055f943e7d8bc09b343068a17d4319a0f3b348a7914ffda0" metafile = true -[[files]] -file = "mods/better-narrator-error.pw.toml" -hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" -metafile = true - [[files]] file = "mods/better-screens.pw.toml" hash = "40b7b9e17abe33a7d9ca6cec7a9d3fce204838e5cedaabc8ab6bff197a47149a" diff --git a/oneclient/mrpacks/1.21.11-fabric/QoL/pack.toml b/oneclient/mrpacks/1.21.11-fabric/QoL/pack.toml index 00f73127..2d6fc8a9 100644 --- a/oneclient/mrpacks/1.21.11-fabric/QoL/pack.toml +++ b/oneclient/mrpacks/1.21.11-fabric/QoL/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/qol-1.21.11-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "ee90d6ec911f5357032a6da2d7693d5dc874e8e93548ea3eb9c19e3f6c3b88b9" +hash = "e78ae43c56c592d7325adfda260973dbefe2514dc55d5fb6fe7534f957d6153c" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/1.21.11-fabric/Utility/index.toml b/oneclient/mrpacks/1.21.11-fabric/Utility/index.toml index d3b614b6..98cc0b2e 100644 --- a/oneclient/mrpacks/1.21.11-fabric/Utility/index.toml +++ b/oneclient/mrpacks/1.21.11-fabric/Utility/index.toml @@ -10,6 +10,11 @@ file = "mods/architectury-api.pw.toml" hash = "1f450b1df03f577fb2d34745cf43dca40553b17973c0e90fd2b30712e71e6ca9" metafile = true +[[files]] +file = "mods/better-narrator-error.pw.toml" +hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" +metafile = true + [[files]] file = "mods/better-stats.pw.toml" hash = "b720b88479f6589545815d11f1f1d17735a79b4dd4f1718dbb588ee022f973cb" diff --git a/oneclient/mrpacks/1.21.11-fabric/QoL/mods/better-narrator-error.pw.toml b/oneclient/mrpacks/1.21.11-fabric/Utility/mods/better-narrator-error.pw.toml similarity index 100% rename from oneclient/mrpacks/1.21.11-fabric/QoL/mods/better-narrator-error.pw.toml rename to oneclient/mrpacks/1.21.11-fabric/Utility/mods/better-narrator-error.pw.toml diff --git a/oneclient/mrpacks/1.21.11-fabric/Utility/pack.toml b/oneclient/mrpacks/1.21.11-fabric/Utility/pack.toml index bb6b91cf..518a6b0e 100644 --- a/oneclient/mrpacks/1.21.11-fabric/Utility/pack.toml +++ b/oneclient/mrpacks/1.21.11-fabric/Utility/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/utility-1.21.11-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "ad434614cb55a40d0ae3fcd770a9e438c2a96b9ff596b59cc5420470128abe8d" +hash = "d6bb438d7764cb98d5d9633c4f3d1177eaae320e450b5b68bb775c8a9962f860" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/index.toml b/oneclient/mrpacks/26.1-fabric/QoL/index.toml index dc823e73..26bd0cf5 100644 --- a/oneclient/mrpacks/26.1-fabric/QoL/index.toml +++ b/oneclient/mrpacks/26.1-fabric/QoL/index.toml @@ -19,11 +19,6 @@ file = "mods/animaticarefabricated.pw.toml" hash = "b2d4f3d048e6ea9d25d1bbe93d5945fe9802efecbc3942bd912c752f6ea75d2d" metafile = true -[[files]] -file = "mods/better-narrator-error.pw.toml" -hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" -metafile = true - [[files]] file = "mods/black-bar-concealer.pw.toml" hash = "31000795f05e79b4c1d29947302331c04edf5762085e22a3bc6f40ed26b30085" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/pack.toml b/oneclient/mrpacks/26.1-fabric/QoL/pack.toml index 9e2d736e..38b23be4 100644 --- a/oneclient/mrpacks/26.1-fabric/QoL/pack.toml +++ b/oneclient/mrpacks/26.1-fabric/QoL/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/qol-26.1-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "2248681cdbd7daef5a63c715ef05747b3138f5a6c0cb5aef91abbb3c65e1e6b1" +hash = "58201478a3cd90438486975aa887051eda67b9b7fe0ec608b67d5635c19c66f7" [versions] fabric = "0.19.2" diff --git a/oneclient/mrpacks/26.1-fabric/Utility/index.toml b/oneclient/mrpacks/26.1-fabric/Utility/index.toml index b31da543..7bd38cc7 100644 --- a/oneclient/mrpacks/26.1-fabric/Utility/index.toml +++ b/oneclient/mrpacks/26.1-fabric/Utility/index.toml @@ -5,6 +5,11 @@ file = "mods/animatium.pw.toml" hash = "3ef6c96d482af0e3d707177b41e421f18ed07092b204368b6f5afab8906f43b9" metafile = true +[[files]] +file = "mods/better-narrator-error.pw.toml" +hash = "103524c2dc102a8fd61cd3407e8e1b267ec23ae5626a52824882c8fa1c84792d" +metafile = true + [[files]] file = "mods/better-stats.pw.toml" hash = "e2cd508dee959424f9be17d3226445543569b5bcd7d3ea7be6b3d76c244b8870" diff --git a/oneclient/mrpacks/26.1-fabric/QoL/mods/better-narrator-error.pw.toml b/oneclient/mrpacks/26.1-fabric/Utility/mods/better-narrator-error.pw.toml similarity index 100% rename from oneclient/mrpacks/26.1-fabric/QoL/mods/better-narrator-error.pw.toml rename to oneclient/mrpacks/26.1-fabric/Utility/mods/better-narrator-error.pw.toml diff --git a/oneclient/mrpacks/26.1-fabric/Utility/pack.toml b/oneclient/mrpacks/26.1-fabric/Utility/pack.toml index 597a1fb8..e6cca5e2 100644 --- a/oneclient/mrpacks/26.1-fabric/Utility/pack.toml +++ b/oneclient/mrpacks/26.1-fabric/Utility/pack.toml @@ -11,7 +11,7 @@ update-url = "oneclient/generated/utility-26.1-fabric.mrpack" [index] file = "index.toml" hash-format = "sha256" -hash = "c0b36d797cbb29226c6f096fdbfca75a3e31544646de8168df40662b182331a7" +hash = "dfe1c7579b6ba11b12195a4c335fb37ed3a5b2bb7dc48b30cefa0e688d971849" [versions] fabric = "0.19.2"