From 8249f8b5c6a3306efd61eb755bba43df10d54d64 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Mon, 30 Jun 2025 01:13:12 +0200 Subject: [PATCH] Add sleep and sleep warp --- index.toml | 15 +++++++++++++++ mods/midnightlib.pw.toml | 13 +++++++++++++ mods/sleep-warp-updated.pw.toml | 13 +++++++++++++ mods/sleep.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/midnightlib.pw.toml create mode 100644 mods/sleep-warp-updated.pw.toml create mode 100644 mods/sleep.pw.toml diff --git a/index.toml b/index.toml index 4ca34e5..d8b9dd1 100644 --- a/index.toml +++ b/index.toml @@ -826,6 +826,11 @@ file = "mods/melody.pw.toml" hash = "114f57ad1875c16cd7d9b9cf850025f40e1b008f0865f3e5783da8cfc128b291" metafile = true +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "414c2909a26ebe54725b45866031806212d9c84bff0f1e052ad5f2e5a61d7d53" +metafile = true + [[files]] file = "mods/modmenu.pw.toml" hash = "c2fe9a1900ceb3a6014ccb83344aa4ab5ddf65c8bf660044469c3c90c7ed9010" @@ -891,6 +896,16 @@ file = "mods/shulkerboxtooltip.pw.toml" hash = "b3df690817d78b04645c5744d875d43da73e0aacbf1f9687f9ee212fc6541dca" metafile = true +[[files]] +file = "mods/sleep-warp-updated.pw.toml" +hash = "065a6c92f489bce0ef6b27f0b05acde22920c5f5f15414171890ec5ea375fe16" +metafile = true + +[[files]] +file = "mods/sleep.pw.toml" +hash = "819f715e2fc22568b84b5d043cc77725cade1a6ac27867bed993e036cac04b82" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" hash = "898e14275dd5cc187dee2b8f8fc83b4f0cdb56430b7fa64a8055e006d0249ce7" diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..79a8f67 --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-1.6.9-fabric+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/codAaoxh/versions/49HhVYoZ/midnightlib-1.6.9-fabric%2B1.21.jar" +hash-format = "sha512" +hash = "018eda69adab49ecf545fd339d445a05837be2e8ab1cb64c13861230a1755a1693dc2c8c4aeed3c546c5d20785027cc158314c26495df2207993f1cb96c4cda5" + +[update] +[update.modrinth] +mod-id = "codAaoxh" +version = "49HhVYoZ" diff --git a/mods/sleep-warp-updated.pw.toml b/mods/sleep-warp-updated.pw.toml new file mode 100644 index 0000000..bcd01d2 --- /dev/null +++ b/mods/sleep-warp-updated.pw.toml @@ -0,0 +1,13 @@ +name = "SleepWarp (Updated)" +filename = "sleepwarp-2.4.0+1.21.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/DlSXkZVT/versions/LzlGw3Uq/sleepwarp-2.4.0%2B1.21.1.jar" +hash-format = "sha512" +hash = "ea480a124e3de90f495bfd2bdfaf46fe1c09b8f5df16489c64df8be8d61ae49c1124d872876cfe3bcf97d463d7cafbf34ac7b5065b463f8de43b9b64ec887837" + +[update] +[update.modrinth] +mod-id = "DlSXkZVT" +version = "LzlGw3Uq" diff --git a/mods/sleep.pw.toml b/mods/sleep.pw.toml new file mode 100644 index 0000000..d8023a8 --- /dev/null +++ b/mods/sleep.pw.toml @@ -0,0 +1,13 @@ +name = "Sleep" +filename = "sleep-v.3.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WTzuSu8P/versions/oHcg0EF4/sleep-v.3.2.2.jar" +hash-format = "sha512" +hash = "410ff3f160e219d9257d6b65d280a151b3f241cfe616fdc25b139ee2e73bf75cd1a5c83da0e9b22a2c8adc64d0777f5b67fbcaaa7016b595cbb07c34d161f81a" + +[update] +[update.modrinth] +mod-id = "WTzuSu8P" +version = "oHcg0EF4" diff --git a/pack.toml b/pack.toml index 67283a5..96649c4 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 = "f44e35b7010ccffdcb4e097f89427f5ff9f9fd2ab10123c307ba2675cfea7502" +hash = "94c7a1c22ecd56048eb19d94a2cc2a972a05e7178b611d6bc73237e99f3d7bca" [versions] fabric = "0.16.14"