From 42bce47ed1cee249a5c7eb1463ca4a87573b8aa2 Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 19 Mar 2024 21:19:27 +0300 Subject: [PATCH] Bring back dogs and SeasonHUD --- index.toml | 15 +++++++++++++++ mods/completeconfig.pw.toml | 13 +++++++++++++ mods/let-sleeping-dogs-lie.pw.toml | 13 +++++++++++++ mods/seasonhud-fabric.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/completeconfig.pw.toml create mode 100644 mods/let-sleeping-dogs-lie.pw.toml create mode 100644 mods/seasonhud-fabric.pw.toml diff --git a/index.toml b/index.toml index 2bdaefe..101d15d 100644 --- a/index.toml +++ b/index.toml @@ -239,6 +239,11 @@ file = "mods/colorful-subtitles.pw.toml" hash = "4c165823fc3f6205db7a22660e43a6660418617cdfe8ffc7c0d98017408f0483" metafile = true +[[files]] +file = "mods/completeconfig.pw.toml" +hash = "2b880a4be1a624e956fafaea89834828c58b0c512e611e6746c3fb8d9e93b260" +metafile = true + [[files]] file = "mods/computer-cartographer.pw.toml" hash = "e567a249b43bf4a6fdc41409be12be3bd775161d561f1889a0bcc18afc829b31" @@ -554,6 +559,11 @@ file = "mods/leashable-players.pw.toml" hash = "66f22661625e6cd3f51126cd7de7d3e81774d4b7a8b568aa1c6bf34bb65887b4" metafile = true +[[files]] +file = "mods/let-sleeping-dogs-lie.pw.toml" +hash = "56735004eac1c99294bdf50519040deb071a8b50d4a898a433678bfa4eee8e1a" +metafile = true + [[files]] file = "mods/lithium.pw.toml" hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da" @@ -789,6 +799,11 @@ file = "mods/seamless-loading-screen.pw.toml" hash = "1cc8781b7c9b2fe9a7a3b9ab2ae6742374a007fc075c865827f97ece36f2919d" metafile = true +[[files]] +file = "mods/seasonhud-fabric.pw.toml" +hash = "a63fc5319df49a269aea28f022b89caa9414cf6a88924fe27f54424e7f215e7e" +metafile = true + [[files]] file = "mods/servercore.pw.toml" hash = "b9eb5237b412cdae4005301af44f6b2298cb3b6f53cfd93456cf9c7833ad6a4b" diff --git a/mods/completeconfig.pw.toml b/mods/completeconfig.pw.toml new file mode 100644 index 0000000..3c6c5d1 --- /dev/null +++ b/mods/completeconfig.pw.toml @@ -0,0 +1,13 @@ +name = "CompleteConfig" +filename = "completeconfig-2.5.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GtqG8z1h/versions/df7u1Xpi/completeconfig-2.5.0.jar" +hash-format = "sha1" +hash = "1c9ea8fb5cbc7d9aa39c9f388f87ee5a2e91fc87" + +[update] +[update.modrinth] +mod-id = "GtqG8z1h" +version = "df7u1Xpi" diff --git a/mods/let-sleeping-dogs-lie.pw.toml b/mods/let-sleeping-dogs-lie.pw.toml new file mode 100644 index 0000000..26b3cf6 --- /dev/null +++ b/mods/let-sleeping-dogs-lie.pw.toml @@ -0,0 +1,13 @@ +name = "Let Sleeping Dogs Lie" +filename = "LetSleepingDogsLie-1.20.1-Fabric-1.2.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nLlXyNIc/versions/ikP0b6Jy/LetSleepingDogsLie-1.20.1-Fabric-1.2.0.jar" +hash-format = "sha1" +hash = "5a65489d8e5073297e9df8702ebac20036e6d448" + +[update] +[update.modrinth] +mod-id = "nLlXyNIc" +version = "ikP0b6Jy" diff --git a/mods/seasonhud-fabric.pw.toml b/mods/seasonhud-fabric.pw.toml new file mode 100644 index 0000000..a3f2cca --- /dev/null +++ b/mods/seasonhud-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "SeasonHUD-Fabric" +filename = "seasonhud-fabric-1.20.1-1.7.15.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iDiIfZLX/versions/p3CJQq2e/seasonhud-fabric-1.20.1-1.7.15.jar" +hash-format = "sha1" +hash = "04973849c48a26aef36745cd85b5e9685c060ba0" + +[update] +[update.modrinth] +mod-id = "iDiIfZLX" +version = "p3CJQq2e" diff --git a/pack.toml b/pack.toml index e516645..84f561c 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 = "80781f125a68d1e5d99680fc5e8c121f78084f57d8946b333ec2ab865f0b60ed" +hash = "5d11b39f944f819e6ef179fb220c553c95b30e71ca25241a28192079ac412fc1" [versions] fabric = "0.15.7"