From dbab14cfad06ef921a8dc05dfb98c85adadc4072 Mon Sep 17 00:00:00 2001 From: Sky Splash Date: Thu, 9 May 2024 15:13:11 +0200 Subject: [PATCH] added bmarker --- TrotCraft/server/index.toml | 11 ++++++++--- TrotCraft/server/mods/bmarker.pw.toml | 13 +++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 TrotCraft/server/mods/bmarker.pw.toml diff --git a/TrotCraft/server/index.toml b/TrotCraft/server/index.toml index 9693de6..40107f1 100644 --- a/TrotCraft/server/index.toml +++ b/TrotCraft/server/index.toml @@ -51,9 +51,6 @@ file = "config/yosbr/config/universal-graves/config.json" [[files]] file = "config/yosbr/config/vcinteraction/vcinteraction.properties" -[[files]] -file = "datapacks/anti creeper grief v1.1.6 (MC 1.20-1.20.4).zip" - [[files]] file = "datapacks/armor statues v2.8.11 (MC 1.20-1.20.4).zip" @@ -121,6 +118,10 @@ metafile = true file = "mods/bluemap.pw.toml" metafile = true +[[files]] +file = "mods/bmarker.pw.toml" +metafile = true + [[files]] file = "mods/c2me-fabric.pw.toml" metafile = true @@ -245,6 +246,10 @@ metafile = true file = "mods/servercore.pw.toml" metafile = true +[[files]] +file = "mods/silk.pw.toml" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" metafile = true diff --git a/TrotCraft/server/mods/bmarker.pw.toml b/TrotCraft/server/mods/bmarker.pw.toml new file mode 100644 index 0000000..d2d6ead --- /dev/null +++ b/TrotCraft/server/mods/bmarker.pw.toml @@ -0,0 +1,13 @@ +name = "bmarker" +filename = "bmm-fabric-1.6.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/a8UoyV2h/versions/8DWdvWg3/bmm-fabric-1.6.3.jar" +hash-format = "sha1" +hash = "ca135e9cf36f655882726cb2344b4207cc2862a1" + +[update] +[update.modrinth] +mod-id = "a8UoyV2h" +version = "8DWdvWg3"