From 3d09e127da5e0ff165a36bff47eee7d775bab74b Mon Sep 17 00:00:00 2001 From: David Guevara Date: Tue, 17 Feb 2026 19:14:42 -0600 Subject: [PATCH] feat: add "Chat Plus" mod --- index.toml | 12 +++++++++++- mods/architectury-api.pw.toml | 12 ++++++------ mods/chat-plus.pw.toml | 13 +++++++++++++ mods/kotlin-for-forge.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 44 insertions(+), 8 deletions(-) create mode 100644 mods/chat-plus.pw.toml create mode 100644 mods/kotlin-for-forge.pw.toml diff --git a/index.toml b/index.toml index eb36794..f2d84af 100644 --- a/index.toml +++ b/index.toml @@ -12,7 +12,7 @@ metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "5e9edd1fd2395f14a0c8a4acbdbdd61e1047be1f0033deb3140d2ce0d093e9d8" +hash = "4e81241ba2da06f425efc5e09fb6b38470125c1581c39e1310c5843a0b96ec76" metafile = true [[files]] @@ -50,6 +50,11 @@ file = "mods/bow-infinity-fix.pw.toml" hash = "6b157310d7521d97ef5e250dda9867940285169dbfa2b05a0ca8baf2bd0dcc82" metafile = true +[[files]] +file = "mods/chat-plus.pw.toml" +hash = "cce75e1895d96c4db85ee241c9c7c127879203da81aba8e053d20dba8a5975a3" +metafile = true + [[files]] file = "mods/cloth-config.pw.toml" hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41" @@ -250,6 +255,11 @@ file = "mods/justenoughbreeding.pw.toml" hash = "464489983fdf28e31487ba2cb8c653083a05e17ae34549320368af8a0cdab658" metafile = true +[[files]] +file = "mods/kotlin-for-forge.pw.toml" +hash = "70a4ecd9d0c04ad20aeb976c1ee28933ce48a0a1f43df42deafaeb2ad7235297" +metafile = true + [[files]] file = "mods/more-overlays-updated.pw.toml" hash = "d523d495ab022346d3789c0bb0c24a5c78c1cbb661e48b6fc1c15f322a02ed74" diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml index 216bb58..4427914 100644 --- a/mods/architectury-api.pw.toml +++ b/mods/architectury-api.pw.toml @@ -3,11 +3,11 @@ filename = "architectury-9.2.14-forge.jar" side = "both" [download] -hash-format = "sha1" -hash = "a52918a500ff421180a1cbd1a0cabee712134ec4" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/1MKTLiiG/architectury-9.2.14-forge.jar" +hash-format = "sha512" +hash = "cf67f2050cafa00f0bee42e6d7bef77fdb808ac4f71742f7b4d6d5c1e6ffb49561a5a252f332d2b78a9767bdb5faa284611790dba303fbdc736ae36d794f61c7" [update] -[update.curseforge] -file-id = 5137938 -project-id = 419699 +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "1MKTLiiG" diff --git a/mods/chat-plus.pw.toml b/mods/chat-plus.pw.toml new file mode 100644 index 0000000..4a45733 --- /dev/null +++ b/mods/chat-plus.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Plus" +filename = "chatplus-forge-2.7.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/cJlZ132G/versions/wVepTMOm/chatplus-forge-2.7.0.jar" +hash-format = "sha512" +hash = "3200f498defa4487f64420ca8937a6e132b10f39f679ff953e5d6402a1fd85b4f8e7d40eaca1f73b97ca5663477e0db9b0802bc7543d4a3fbf2feef9370030f0" + +[update] +[update.modrinth] +mod-id = "cJlZ132G" +version = "wVepTMOm" diff --git a/mods/kotlin-for-forge.pw.toml b/mods/kotlin-for-forge.pw.toml new file mode 100644 index 0000000..a4ace5a --- /dev/null +++ b/mods/kotlin-for-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Kotlin for Forge" +filename = "kotlinforforge-4.12.0-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ordsPcFz/versions/Zsh14XeQ/kotlinforforge-4.12.0-all.jar" +hash-format = "sha512" +hash = "767f40030ed4b370a3838fa65ae1b79974f31979342fff7cc834a0d5f39eb28612642519352ff2a1dd5226ce1f745f8b3156ee3625ffde01219137d064c1ee40" + +[update] +[update.modrinth] +mod-id = "ordsPcFz" +version = "Zsh14XeQ" diff --git a/pack.toml b/pack.toml index 00f180a..ca0b218 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 = "24fd93a3dd416555e0ef66ffcdd1d5db4a92f977da182bbc71b2b821ca0066a9" +hash = "2d01a62539f3222fae0de2bf041bf36cfa681de8cef7471d94c274b2472484e9" [versions] minecraft = "1.20.1"