diff --git a/TrotCraft/server/index.toml b/TrotCraft/server/index.toml index 8b0623d..3592da2 100644 --- a/TrotCraft/server/index.toml +++ b/TrotCraft/server/index.toml @@ -114,6 +114,10 @@ metafile = true file = "mods/big-pony.pw.toml" metafile = true +[[files]] +file = "mods/bluemap.pw.toml" +metafile = true + [[files]] file = "mods/c2me-fabric.pw.toml" metafile = true diff --git a/TrotCraft/server/mods/bluemap.pw.toml b/TrotCraft/server/mods/bluemap.pw.toml new file mode 100644 index 0000000..b0cb0c4 --- /dev/null +++ b/TrotCraft/server/mods/bluemap.pw.toml @@ -0,0 +1,13 @@ +name = "BlueMap" +filename = "BlueMap-3.20-fabric-1.20.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/swbUV1cr/versions/QjdzVjGq/BlueMap-3.20-fabric-1.20.jar" +hash-format = "sha1" +hash = "6155fb84f22b2b58b02a7919dfdf7215a0af03c2" + +[update] +[update.modrinth] +mod-id = "swbUV1cr" +version = "QjdzVjGq"