From 162fe68ac7fa5715a0ad060fca7457414ed382b4 Mon Sep 17 00:00:00 2001 From: Sky Splash Date: Thu, 11 Jul 2024 10:27:52 +0200 Subject: [PATCH] add vivecraft --- TrotCraft/server/index.toml | 4 ++++ TrotCraft/server/mods/vivecraft.pw.toml | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 TrotCraft/server/mods/vivecraft.pw.toml diff --git a/TrotCraft/server/index.toml b/TrotCraft/server/index.toml index f13c3b1..b4304b2 100644 --- a/TrotCraft/server/index.toml +++ b/TrotCraft/server/index.toml @@ -315,6 +315,10 @@ metafile = true file = "mods/viaversion.pw.toml" metafile = true +[[files]] +file = "mods/vivecraft.pw.toml" +metafile = true + [[files]] file = "mods/vmp-fabric.pw.toml" metafile = true diff --git a/TrotCraft/server/mods/vivecraft.pw.toml b/TrotCraft/server/mods/vivecraft.pw.toml new file mode 100644 index 0000000..6a6b7f1 --- /dev/null +++ b/TrotCraft/server/mods/vivecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Vivecraft" +filename = "vivecraft-1.21-1.1.11-b1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/wGoQDPN5/versions/YNJPtEbN/vivecraft-1.21-1.1.11-b1-fabric.jar" +hash-format = "sha1" +hash = "0a544dc9db824de81112d9cbbb351b5792062b3b" + +[update] +[update.modrinth] +mod-id = "wGoQDPN5" +version = "YNJPtEbN"