From e1a2ac509a22af8e2434269cf84434b87790639c Mon Sep 17 00:00:00 2001 From: sisby-folk Date: Sat, 13 Jul 2024 15:36:52 +1000 Subject: [PATCH] update ballotbox, aji, modern --- pack/index.toml | 6 +++--- pack/mods/aji-maji.pw.toml | 8 ++++---- pack/mods/ballotbox.pw.toml | 6 +++--- pack/mods/modernfix.pw.toml | 8 ++++---- pack/pack.toml | 2 +- scripts/override_add.json5 | 1 + scripts/override_remove.json5 | 1 + scripts/overrides/ballotbox.pw.toml | 6 +++--- scripts/overrides/player-pronouns.pw.toml | 13 ------------- 9 files changed, 20 insertions(+), 31 deletions(-) delete mode 100644 scripts/overrides/player-pronouns.pw.toml diff --git a/pack/index.toml b/pack/index.toml index 1a3471c..2a0fc86 100644 --- a/pack/index.toml +++ b/pack/index.toml @@ -874,7 +874,7 @@ hash = "a7fd6cdc6838b4b99d78e36ffc7a7a6d578adbe5a957565da5715a73f0738932" [[files]] file = "mods/aji-maji.pw.toml" -hash = "dc88a2c126dc32490026641fba3b8055a1db0150c25160fc6a276b3ee985c9ad" +hash = "f0af362ce32b7d311a630edbeb5bb8b370189be06aec76254067ff9f822cf0e3" metafile = true [[files]] @@ -904,7 +904,7 @@ metafile = true [[files]] file = "mods/ballotbox.pw.toml" -hash = "ac3e800e2ed6b4a1d6bbdd60ccf951343dbb6bc1aaedbccedd0839aa96474941" +hash = "c80a43acc210bf7e7a657962c07c21ffc465d7d490846db175d48efd650ef36c" metafile = true [[files]] @@ -1149,7 +1149,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "6c4021c5cf9017223bbc5dc0c735087baf39aa67a2d2f86e22c64b999e9efe79" +hash = "4ad2419ef6412acdcf012f7299d7f92496b67442be20c0a30a8474ec2fdd2043" metafile = true [[files]] diff --git a/pack/mods/aji-maji.pw.toml b/pack/mods/aji-maji.pw.toml index f35f3e8..dcf75b9 100644 --- a/pack/mods/aji-maji.pw.toml +++ b/pack/mods/aji-maji.pw.toml @@ -1,13 +1,13 @@ name = "Aji-Maji" -filename = "aji-maji-1.7.jar" +filename = "aji-maji-1.8.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Y7rjymZI/versions/56BRmd10/aji-maji-1.7.jar" +url = "https://cdn.modrinth.com/data/Y7rjymZI/versions/BA31WBLc/aji-maji-1.8.jar" hash-format = "sha1" -hash = "61c474ff94e23283e9a2e7170b0838acf352a437" +hash = "bf80083c7ac073762c89b2e02e8e44c957651922" [update] [update.modrinth] mod-id = "Y7rjymZI" -version = "56BRmd10" +version = "BA31WBLc" diff --git a/pack/mods/ballotbox.pw.toml b/pack/mods/ballotbox.pw.toml index 2f2617c..9b5e4b4 100644 --- a/pack/mods/ballotbox.pw.toml +++ b/pack/mods/ballotbox.pw.toml @@ -1,7 +1,7 @@ name = "ballotbox" -filename = "ballotbox-0.2.0+1.21.jar" +filename = "ballotbox-0.3.0+1.21.jar" [download] -url = "https://github.com/ModFest/ballotbox/releases/download/v0.2.0/ballotbox-0.2.0+1.21.jar" +url = "https://github.com/ModFest/ballotbox/releases/download/v0.3.0/ballotbox-0.3.0+1.21.jar" hash-format = "sha256" -hash = "c5ce09d9c2029907f3e1d213e3b8f37724d39707261b171650b567e95426dc81" +hash = "dffe2e598ca83f77bb32cb1dcd753180b79f51e99136995bdb45f04fbe177b6c" diff --git a/pack/mods/modernfix.pw.toml b/pack/mods/modernfix.pw.toml index 031f81a..6bd8255 100644 --- a/pack/mods/modernfix.pw.toml +++ b/pack/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.18.7+mc1.21.jar" +filename = "modernfix-fabric-5.18.8+mc1.21.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/omk9tj4N/modernfix-fabric-5.18.7%2Bmc1.21.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/Ujn5wrXH/modernfix-fabric-5.18.8%2Bmc1.21.jar" hash-format = "sha1" -hash = "6c3e8dd274b3f8af1d429736d526aeb109dd963f" +hash = "7fb5de0e73923e2f42a086c367bba633b5b1393c" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "omk9tj4N" +version = "Ujn5wrXH" diff --git a/pack/pack.toml b/pack/pack.toml index 8b0d88b..64b36e0 100644 --- a/pack/pack.toml +++ b/pack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "5aa2a267e78589a6ff9a10a637e96b090c4c1add28bb2e85f4037296cfc377d0" +hash = "b8b11477f678f46be08c6d0e17b2c65e88b714c0fb78c673babf1285770fdbc5" [versions] fabric = "0.15.11" diff --git a/scripts/override_add.json5 b/scripts/override_add.json5 index d7d892b..b51ca17 100644 --- a/scripts/override_add.json5 +++ b/scripts/override_add.json5 @@ -32,6 +32,7 @@ {"project_id": "ears"}, // nice/chat {"project_id": "styled-chat"}, // nice/chat {"project_id": "styledplayerlist"}, // nice/chat + {"project_id": "player-pronouns"}, // nice/chat {"project_id": "simple-voice-chat"}, // nice/chat {"project_id": "fabrictailor"}, // nice/chat {"project_id": "spawnanywhere"} // nice/util diff --git a/scripts/override_remove.json5 b/scripts/override_remove.json5 index 0d4f101..28bf4e7 100644 --- a/scripts/override_remove.json5 +++ b/scripts/override_remove.json5 @@ -1,2 +1,3 @@ [ + {"project_id": "axiom"}, // post-launch ] diff --git a/scripts/overrides/ballotbox.pw.toml b/scripts/overrides/ballotbox.pw.toml index 2f2617c..9b5e4b4 100644 --- a/scripts/overrides/ballotbox.pw.toml +++ b/scripts/overrides/ballotbox.pw.toml @@ -1,7 +1,7 @@ name = "ballotbox" -filename = "ballotbox-0.2.0+1.21.jar" +filename = "ballotbox-0.3.0+1.21.jar" [download] -url = "https://github.com/ModFest/ballotbox/releases/download/v0.2.0/ballotbox-0.2.0+1.21.jar" +url = "https://github.com/ModFest/ballotbox/releases/download/v0.3.0/ballotbox-0.3.0+1.21.jar" hash-format = "sha256" -hash = "c5ce09d9c2029907f3e1d213e3b8f37724d39707261b171650b567e95426dc81" +hash = "dffe2e598ca83f77bb32cb1dcd753180b79f51e99136995bdb45f04fbe177b6c" diff --git a/scripts/overrides/player-pronouns.pw.toml b/scripts/overrides/player-pronouns.pw.toml deleted file mode 100644 index d3f5b64..0000000 --- a/scripts/overrides/player-pronouns.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Player Pronouns" -filename = "player-pronouns-2.2.0+1.21.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/gE0ebYRh/versions/cTmLgjwB/player-pronouns-2.2.0%2B1.21.jar" -hash-format = "sha1" -hash = "464af699fe7672a53b8c67b1a1dbf6e30d8ec94c" - -[update] -[update.modrinth] -mod-id = "gE0ebYRh" -version = "cTmLgjwB"