From a6590f781aa661de4c4c738ead6dba23eae8f404 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Tue, 13 Sep 2022 09:05:48 +0300 Subject: [PATCH] + Login Protection --- index.toml | 5 +++++ mods/login-protection.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/login-protection.pw.toml diff --git a/index.toml b/index.toml index 3d341c7..1a62342 100644 --- a/index.toml +++ b/index.toml @@ -458,6 +458,11 @@ file = "mods/logical-zoom.pw.toml" hash = "cd20ac19679b16ab06ae73ca280f8fbda991cad83ec0e531b2877912e2fb259a" metafile = true +[[files]] +file = "mods/login-protection.pw.toml" +hash = "cb1a6fa1d752fd60ec0955f96e83a9c555a772f5dab4685631f8f5d4ea2cf981" +metafile = true + [[files]] file = "mods/malilib.pw.toml" hash = "7c09a12ecf3c18c5c3839727b4e4399e2e953114a2993d43d22bb6e609f9d87a" diff --git a/mods/login-protection.pw.toml b/mods/login-protection.pw.toml new file mode 100644 index 0000000..15e46eb --- /dev/null +++ b/mods/login-protection.pw.toml @@ -0,0 +1,13 @@ +name = "Login Protection[Forge/Fabric]" +filename = "logprot-fabric-1.19.1-1.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f708349c42442b8df938dac90658cbd26c9cb150" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3912376 +project-id = 358304 diff --git a/pack.toml b/pack.toml index 3d3305f..6f7627a 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 = "e2abb2faaf554fb2c21ff76432ebea2d9ea2cbcb490017c13e31272c6da84544" +hash = "b4a772ab407f2c225a47ad7d1d40c087be719bdf2c2179edaa656a2f557a954f" [versions] fabric = "0.14.9"