From 0079bf3a0688d2477e68c2a76f063baa2600a177 Mon Sep 17 00:00:00 2001 From: Yonah Date: Sat, 8 Nov 2025 02:02:11 +0900 Subject: [PATCH] mods: add discord integration Not configured here, again because configuration contains secrets. --- index.toml | 5 +++++ mods/dcintegration.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/dcintegration.pw.toml diff --git a/index.toml b/index.toml index d949b0a..9251000 100644 --- a/index.toml +++ b/index.toml @@ -165,6 +165,11 @@ file = "mods/cristel-lib.pw.toml" hash = "fe04f0d6db074548db155c4863bd812b40b95dc3a3bc041d2f25d244674cdd59" metafile = true +[[files]] +file = "mods/dcintegration.pw.toml" +hash = "1a3c70470af98fcf70c22dfa16f64e4259458072290c4ab1e31569874e709358" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "d98649616d0dabc940af0d936985128321cb6666b46a7fc9caefcd23bc87bca1" diff --git a/mods/dcintegration.pw.toml b/mods/dcintegration.pw.toml new file mode 100644 index 0000000..d3e670a --- /dev/null +++ b/mods/dcintegration.pw.toml @@ -0,0 +1,13 @@ +name = "Discord Integration" +filename = "dcintegration-fabric-MC1.21.10-3.1.0.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/rbJ7eS5V/versions/DJOsldZY/dcintegration-fabric-MC1.21.10-3.1.0.1.jar" +hash-format = "sha512" +hash = "06cf724b3d3572046e232e8896cd23a87934c8a9ab8cafceba0cb18a4af0bd71814b5618bc0c320331c5c1a918776ae281f3313bad3b76fd51dd53662732c97b" + +[update] +[update.modrinth] +mod-id = "rbJ7eS5V" +version = "DJOsldZY" diff --git a/pack.toml b/pack.toml index a5c9ad9..184b8fa 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 = "953491842377bdb2f2f419e4d193c7dbe1e61332de24996766e69f6d06c3c47e" +hash = "dab6720bb7475d90008f8870fe5c2908a2c373b4dd739e17df6bc4601bdf4f2d" [versions] fabric = "0.17.3"