From de95c7893e6220fdfa6a1713be7551276f6a5347 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Sun, 5 Oct 2025 15:28:15 +0200 Subject: [PATCH] add discord integration --- index.toml | 5 +++++ mods/dcintegration.pw.toml | 13 +++++++++++++ pack.toml | 5 ++++- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 mods/dcintegration.pw.toml diff --git a/index.toml b/index.toml index a25ba3e..e56dad6 100644 --- a/index.toml +++ b/index.toml @@ -113,6 +113,11 @@ file = "mods/cubes-without-borders.pw.toml" hash = "a90139b002d632ba9256cb3e7e877945bf8e3afa5b191d1adc83c5e3eb72da4c" metafile = true +[[files]] +file = "mods/dcintegration.pw.toml" +hash = "8e33058687b62db4582bc510ce228b635e4192a8b5a597b08783ed68825bce48" +metafile = true + [[files]] file = "mods/diagonal-fences.pw.toml" hash = "667a35bb32cf1eb47a1837473922c8391a4630cf852f7ae2d5405604e8113ca7" diff --git a/mods/dcintegration.pw.toml b/mods/dcintegration.pw.toml new file mode 100644 index 0000000..d079d6c --- /dev/null +++ b/mods/dcintegration.pw.toml @@ -0,0 +1,13 @@ +name = "Discord Integration" +filename = "dcintegration-fabric-MC1.21.6-3.1.0.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/rbJ7eS5V/versions/JOLMTAVo/dcintegration-fabric-MC1.21.6-3.1.0.1.jar" +hash-format = "sha512" +hash = "fbb6bdf5b6461db1018d1b7a6c5eb8ba42cd09035c304aad389f1a1877514b71fd9c87344ef05ad92efe342b4288292fc10b234bf53f5168f3943b3c0cae2504" + +[update] +[update.modrinth] +mod-id = "rbJ7eS5V" +version = "JOLMTAVo" diff --git a/pack.toml b/pack.toml index 821ae78..cea76c4 100644 --- a/pack.toml +++ b/pack.toml @@ -6,8 +6,11 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "95140e425ad45273348f49f55d39df69dcc2e45b542e5b32b6f4f66ee13ff61b" +hash = "2e04c8a5c6405830beee6884272b0a86d6a17623124af1d66a55a8a2604c82f1" [versions] fabric = "0.17.2" minecraft = "1.21.8" + +[options] +acceptable-game-versions = ["1.21.7"]