From 509c7612e1af32589518e6a25f1437544ec310d0 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sun, 15 Dec 2024 12:24:07 -0400 Subject: [PATCH] Add warps plugin --- minecraft/pack/index.toml | 10 ++++++++++ minecraft/pack/mods/blossomlib.pw.toml | 13 +++++++++++++ minecraft/pack/mods/blossomwarps.pw.toml | 13 +++++++++++++ minecraft/pack/pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 minecraft/pack/mods/blossomlib.pw.toml create mode 100644 minecraft/pack/mods/blossomwarps.pw.toml diff --git a/minecraft/pack/index.toml b/minecraft/pack/index.toml index a6a19ef..ef2bcf6 100644 --- a/minecraft/pack/index.toml +++ b/minecraft/pack/index.toml @@ -28,6 +28,16 @@ file = "mods/balm.pw.toml" hash = "e3f783bcc6ff818d804d3c6022d8ac08ae41e3c01171445a0358bff9d9f45387" metafile = true +[[files]] +file = "mods/blossomlib.pw.toml" +hash = "dee34336edeb00799560138a92ccd6444f81c529a1cc3f24c7d22c1db4cb78d3" +metafile = true + +[[files]] +file = "mods/blossomwarps.pw.toml" +hash = "97a4639cc797637e3e739ff34605455cadec28e13f63fa801e09b036d34ba1db" +metafile = true + [[files]] file = "mods/c2me-fabric.pw.toml" hash = "ee2851f9fa059ab4a243fb6f7ba58f9d4d2e586aee9b8ea3859e13d59a6386f1" diff --git a/minecraft/pack/mods/blossomlib.pw.toml b/minecraft/pack/mods/blossomlib.pw.toml new file mode 100644 index 0000000..698fe51 --- /dev/null +++ b/minecraft/pack/mods/blossomlib.pw.toml @@ -0,0 +1,13 @@ +name = "BlossomLib" +filename = "blossom-lib-2.5.11+1.21.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Xw7lTsbM/versions/3mC9QSRE/blossom-lib-2.5.11%2B1.21.4.jar" +hash-format = "sha512" +hash = "595aefb0949829b56721fe14cbdc98aa95eb717cd3688ace0c5e602dd69b4487a243c75853408887313a9d6fe12b4e3d632b1813c4a93be15f0e507d39be98e1" + +[update] +[update.modrinth] +mod-id = "Xw7lTsbM" +version = "3mC9QSRE" diff --git a/minecraft/pack/mods/blossomwarps.pw.toml b/minecraft/pack/mods/blossomwarps.pw.toml new file mode 100644 index 0000000..b6a3b9f --- /dev/null +++ b/minecraft/pack/mods/blossomwarps.pw.toml @@ -0,0 +1,13 @@ +name = "BlossomWarps" +filename = "blossom-warps-2.0.11+1.21.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/u9XjQayT/versions/6J7c0sqS/blossom-warps-2.0.11%2B1.21.4.jar" +hash-format = "sha512" +hash = "79a51dce8df90b8fb08e42e01f4cbe3922c8afc92212fc3937156ab86f0c52942caa111d1bd082a474b4f13934573ca34ef8103cac60f159364f14fb163cb831" + +[update] +[update.modrinth] +mod-id = "u9XjQayT" +version = "6J7c0sqS" diff --git a/minecraft/pack/pack.toml b/minecraft/pack/pack.toml index 155895e..8efa998 100644 --- a/minecraft/pack/pack.toml +++ b/minecraft/pack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d2a37afc2a5d62fdf651ef2b6d3226e099786eb43b74a801643a9ce967ca8c83" +hash = "2955d50bbca21437a681ba02d19373424d7a805b395939823fda5b526fb31f8b" [versions] fabric = "0.16.9"