From b42e611863bae91ef09f4e63275eb7fd6ea13fe9 Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Tue, 30 Sep 2025 14:02:43 +0300 Subject: [PATCH] Add chunky and nochatreports --- modpack/index.toml | 10 ++++++++++ modpack/mods/chunky.pw.toml | 13 +++++++++++++ modpack/mods/no-chat-reports.pw.toml | 13 +++++++++++++ modpack/pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 modpack/mods/chunky.pw.toml create mode 100644 modpack/mods/no-chat-reports.pw.toml diff --git a/modpack/index.toml b/modpack/index.toml index 2f472b6..84eaeb7 100644 --- a/modpack/index.toml +++ b/modpack/index.toml @@ -76,6 +76,11 @@ file = "mods/chested-companions.pw.toml" hash = "c2c488f661fe99fad03fbdfd1f9c811317f764ca90aca929a01a9038d60eb9ef" metafile = true +[[files]] +file = "mods/chunky.pw.toml" +hash = "b1da0afe23273616b36e2c6d815819ea43ff3847db20639067cfa8e13e930753" +metafile = true + [[files]] file = "mods/collective.pw.toml" hash = "df6bd40c17e1d41acb88646d0335de236840d9b4e4747ee4551eb0ea82b305f5" @@ -206,6 +211,11 @@ file = "mods/my_totem_doll.pw.toml" hash = "d5c8a515987ea81c2e8eb838b01cd027e0b743269e17589ec7bfa16ea8e295e2" metafile = true +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "ba94fd9dd7d5148b511c24460a281143c3a5d02b859e66732f6121aee6625f0d" +metafile = true + [[files]] file = "mods/oh-the-biomes-weve-gone.pw.toml" hash = "812f4e05ecbc6348ac29cccbb6ea5e05880c6d8ea702e9949a11a9e0290f4e99" diff --git a/modpack/mods/chunky.pw.toml b/modpack/mods/chunky.pw.toml new file mode 100644 index 0000000..480cd2d --- /dev/null +++ b/modpack/mods/chunky.pw.toml @@ -0,0 +1,13 @@ +name = "Chunky" +filename = "Chunky-Fabric-1.4.40.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/fALzjamp/versions/inWDi2cf/Chunky-Fabric-1.4.40.jar" +hash-format = "sha512" +hash = "9e0386d032641a124fd953a688a48066df7f4ec1186f7f0f8b0a56d49dced220e2d6938ed56e9d8ead78bb80ddb941bc7873f583add8e565bdacdf62e13adc28" + +[update] +[update.modrinth] +mod-id = "fALzjamp" +version = "inWDi2cf" diff --git a/modpack/mods/no-chat-reports.pw.toml b/modpack/mods/no-chat-reports.pw.toml new file mode 100644 index 0000000..f7b3b2d --- /dev/null +++ b/modpack/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.21.7-v2.14.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/LhwpK0O6/NoChatReports-FABRIC-1.21.7-v2.14.0.jar" +hash-format = "sha512" +hash = "6e93c822e606ad12cb650801be1b3f39fcd2fef64a9bb905f357eb01a28451afddb3a6cadb39c112463519df0a07b9ff374d39223e9bf189aee7e7182077a7ae" + +[update] +[update.modrinth] +mod-id = "qQyHxfxd" +version = "LhwpK0O6" diff --git a/modpack/pack.toml b/modpack/pack.toml index 32cd845..210f2d9 100644 --- a/modpack/pack.toml +++ b/modpack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0092529de7e9fb1cb73a4ed99cc9372c84be13e4c093854cd092bf1d3d8ac5a9" +hash = "54ecbdef7e7ab1aba8bf39c9907d1f33b5069aba74b9fd78a43c85b980a0e4ea" [versions] fabric = "0.17.2"