From 489a3ba432cda8afdd76e2c4dc699b403e63e96a Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 7 May 2024 19:23:10 +0300 Subject: [PATCH] Added back C2ME and removed SleepWarp --- index.toml | 10 +++++----- mods/c2me-fabric.pw.toml | 13 +++++++++++++ mods/sleep-warp.pw.toml | 13 ------------- pack.toml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 mods/c2me-fabric.pw.toml delete mode 100644 mods/sleep-warp.pw.toml diff --git a/index.toml b/index.toml index 1a5a5e4..e3ad4bc 100644 --- a/index.toml +++ b/index.toml @@ -164,6 +164,11 @@ file = "mods/bushier-flowers.pw.toml" hash = "28fb59dd8303b624eae37b491010478ee8f850edc3116111ebf715a3a3673e3b" metafile = true +[[files]] +file = "mods/c2me-fabric.pw.toml" +hash = "5afe4e900b83aa83109d0c845df28e9695d8e3639518b0f08169a547f0e3682b" +metafile = true + [[files]] file = "mods/cardinal-components-api.pw.toml" hash = "b3503cb0b7eae56e27e1d7980882795c0b81f4750ec9b140beb996a9d7c0dfb3" @@ -894,11 +899,6 @@ file = "mods/simple-tag-viewer.pw.toml" hash = "3c2ced7de82deef49baab853b14f18d2d594f912342d509c4d1c6c294c2263e6" metafile = true -[[files]] -file = "mods/sleep-warp.pw.toml" -hash = "624b26b1f2def748fab13e6b56f8ea8bab8cbe25c4a01f237437e6da4fe4ed88" -metafile = true - [[files]] file = "mods/smoke-suppression.pw.toml" hash = "60e4f9661caa846f6215353fbad135485047a728a33624e07e2bf4b5318f9e1d" diff --git a/mods/c2me-fabric.pw.toml b/mods/c2me-fabric.pw.toml new file mode 100644 index 0000000..d04cce1 --- /dev/null +++ b/mods/c2me-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine (Fabric)" +filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/QZ5cUNXs/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.5.jar" +hash-format = "sha1" +hash = "f02c57844c514cf6706c8c31508e31af04238e1c" + +[update] +[update.modrinth] +mod-id = "VSNURh3q" +version = "QZ5cUNXs" diff --git a/mods/sleep-warp.pw.toml b/mods/sleep-warp.pw.toml deleted file mode 100644 index a160179..0000000 --- a/mods/sleep-warp.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "SleepWarp" -filename = "sleepwarp-2.2.0_rc1+1.20.1.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/OPvzuqtZ/versions/l4cnghUz/sleepwarp-2.2.0_rc1%2B1.20.1.jar" -hash-format = "sha1" -hash = "d3bb492a3b3c0f93ac1812f2ded8618e6acc7bab" - -[update] -[update.modrinth] -mod-id = "OPvzuqtZ" -version = "l4cnghUz" diff --git a/pack.toml b/pack.toml index d4bc2de..07c8a00 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 = "ed2a2af2b79415c2ee400d7a111c81a5f8bb2e04d3df6b67620720fb31c32449" +hash = "090bbc2c5da53d3ee30a5f28d70dc72dae86a695a5d6f5d8a4378435b61e68a9" [versions] fabric = "0.15.10"