From 05c33ac9f6e202bb522ea7564e33833ec9d66848 Mon Sep 17 00:00:00 2001 From: Sky Splash Date: Wed, 16 Oct 2024 14:52:33 +0200 Subject: [PATCH] added fabwork --- TrotCraft/server/index.toml | 4 ++++ TrotCraft/server/mods/fabwork.pw.toml | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 TrotCraft/server/mods/fabwork.pw.toml diff --git a/TrotCraft/server/index.toml b/TrotCraft/server/index.toml index 985d31d..18cb155 100644 --- a/TrotCraft/server/index.toml +++ b/TrotCraft/server/index.toml @@ -175,6 +175,10 @@ metafile = true file = "mods/fabric-language-kotlin.pw.toml" metafile = true +[[files]] +file = "mods/fabwork.pw.toml" +metafile = true + [[files]] file = "mods/fedilookup.pw.toml" metafile = true diff --git a/TrotCraft/server/mods/fabwork.pw.toml b/TrotCraft/server/mods/fabwork.pw.toml new file mode 100644 index 0000000..8a16404 --- /dev/null +++ b/TrotCraft/server/mods/fabwork.pw.toml @@ -0,0 +1,13 @@ +name = "Fabwork" +filename = "fabwork-1.3.2+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/coknAH3s/versions/F2oGwiNk/fabwork-1.3.2%2B1.21.jar" +hash-format = "sha512" +hash = "3f284271cbc5fb47f1476e1b14aa91980286c34934db0581275f9de8ddd34144a13c1841cac2ce56fe164b5535bbc7ff97d3e90ace10e314be65172bfd13c363" + +[update] +[update.modrinth] +mod-id = "coknAH3s" +version = "F2oGwiNk"