From 2f9b269ee038ff214dc769399c2fa89846f8728a Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sun, 29 Sep 2024 18:27:20 +0200 Subject: [PATCH] remove client-side only mods --- index.toml | 5 +++++ mods/bluemap.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/bluemap.pw.toml diff --git a/index.toml b/index.toml index 1211b58..a7ff427 100644 --- a/index.toml +++ b/index.toml @@ -23,6 +23,11 @@ file = "mods/architectury-api.pw.toml" hash = "417b7af3c7cb5f2681960349d3fa118733cbce5d260fadddd792abb24e52fbdc" metafile = true +[[files]] +file = "mods/bluemap.pw.toml" +hash = "89751dbf21f7e9898c06ccdd784226889859bb01a1ed61e24890daad56ac2078" +metafile = true + [[files]] file = "mods/c2me-fabric.pw.toml" hash = "3c2696f296a9b195b68c4873fbe3ba07e049dcd5ccd459cc43ab5b86d1da4541" diff --git a/mods/bluemap.pw.toml b/mods/bluemap.pw.toml new file mode 100644 index 0000000..5677069 --- /dev/null +++ b/mods/bluemap.pw.toml @@ -0,0 +1,13 @@ +name = "BlueMap" +filename = "bluemap-5.4-fabric.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/swbUV1cr/versions/Ysj3eVYx/bluemap-5.4-fabric.jar" +hash-format = "sha1" +hash = "7bdfd634a5d6f82e5e3679ab5bfe56196fcbb228" + +[update] +[update.modrinth] +mod-id = "swbUV1cr" +version = "Ysj3eVYx" diff --git a/pack.toml b/pack.toml index 4c79144..f665dba 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1440d7c1f96375f906a645f3151649506a025bfc659e392cd7ebd1ad9987df81" +hash = "85384f48ec570daf74d4142e65035632c0d4eae1430462a051dd22b4f0e2ef72" [versions] fabric = "0.16.5"