From 0311e2db9d9681e8f554fb7109a32f5e5b9b83a4 Mon Sep 17 00:00:00 2001 From: Nesquate Date: Mon, 3 Jun 2024 11:43:09 +0800 Subject: [PATCH] feat: Add MCDR Command Fabric & 1.2.1 --- index.toml | 5 +++++ mods/mcdr-command-fabric.pw.toml | 13 +++++++++++++ pack.toml | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 mods/mcdr-command-fabric.pw.toml diff --git a/index.toml b/index.toml index 5042617..def3b72 100644 --- a/index.toml +++ b/index.toml @@ -105,6 +105,11 @@ file = "mods/mcdiscordchat.pw.toml" hash = "b35a61ebdab546e85ce5cb7f4d4216e82f9b08a06dab36b9242da5286f0b65ac" metafile = true +[[files]] +file = "mods/mcdr-command-fabric.pw.toml" +hash = "df13a6348cc6eb88f3405151aad29d93901da4a94f98121bd0dfa886fdc5b525" +metafile = true + [[files]] file = "mods/memoryleakfix.pw.toml" hash = "3c0945a312aca06a2185b00cb03ae482949b008d72614497148aa2df301af019" diff --git a/mods/mcdr-command-fabric.pw.toml b/mods/mcdr-command-fabric.pw.toml new file mode 100644 index 0000000..73642cf --- /dev/null +++ b/mods/mcdr-command-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "MCDR Command Fabric" +filename = "MCDRcommandFabric-1.20.4-v1.2.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/kV8qN2Aj/versions/fYsYVylY/MCDRcommandFabric-1.20.4-v1.2.1.jar" +hash-format = "sha1" +hash = "ebd772ba7e74e5f639f82eeb1d372e114130684f" + +[update] +[update.modrinth] +mod-id = "kV8qN2Aj" +version = "fYsYVylY" diff --git a/pack.toml b/pack.toml index 422eaf1..0f333b6 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Nesquate Server's Server Modpack" author = "Nesquate" -version = "1.2.0" +version = "1.2.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "bd2509b9a8ffc7e51d8f1e858b66ef28dd1352cfef06157a3ac757ea032872b5" +hash = "fa45a37c782faca05bc27c701f16563bee3e63e7a748f114b95154336e363d1a" [versions] fabric = "^0.15.6"