From f38253680c711265cf81e850a7b2303559880a63 Mon Sep 17 00:00:00 2001 From: Merith Date: Sat, 8 Mar 2025 15:38:37 -0800 Subject: [PATCH] add discord bot --- .minecraft/index.toml | 5 +++++ .minecraft/mods/discord-statusbot.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/discord-statusbot.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 038229c..9664e0d 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -167,6 +167,11 @@ file = "mods/default-files.pw.toml" hash = "55078861f033521e0b31923e0ed415f44a48600718e806b0aeaac4bd3df6733c" metafile = true +[[files]] +file = "mods/discord-statusbot.pw.toml" +hash = "25b71ab9766a7c2d85add82599e0d9d1617005d927c510578d0284ccebf71c0e" +metafile = true + [[files]] file = "mods/emi.pw.toml" hash = "f98bb58144f3b207bc5ebc99d898e1c2557924e27f403e670f491f5ec7d72863" diff --git a/.minecraft/mods/discord-statusbot.pw.toml b/.minecraft/mods/discord-statusbot.pw.toml new file mode 100644 index 0000000..5bf127a --- /dev/null +++ b/.minecraft/mods/discord-statusbot.pw.toml @@ -0,0 +1,13 @@ +name = "Discord Statusbot" +filename = "Statusbot-18.1-NeoForge-1.20.2+.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/G9ZpI0bU/versions/DZYCAv2y/Statusbot-18.1-NeoForge-1.20.2%2B.jar" +hash-format = "sha512" +hash = "22c54fce0def6e10e83178eb8a9fa0d25c329287d96b44d971a7258d80ae2914a073a7ad22bfab4293b6e8433ab6f72b5e2e4674a92a218144fc3b58a26b7caa" + +[update] +[update.modrinth] +mod-id = "G9ZpI0bU" +version = "DZYCAv2y" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 37b0964..996a622 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "8091a3d250ab6fa7e3c230a436e61958c18b13ee2d51454552f624855eafd9b5" +hash = "f433f8572017c2318912ba0b35726989fccbc60a2a51c5d5a9303c12613f8272" [versions] minecraft = "1.21.1"