From 86b1dcb23fc680087e911fedf6f97ac705a6203f Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 15 Oct 2023 18:47:31 -0400 Subject: [PATCH] Add Identity mod --- index.toml | 5 +++++ mods/identity.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/identity.pw.toml diff --git a/index.toml b/index.toml index 51333ae..4af2399 100644 --- a/index.toml +++ b/index.toml @@ -272,6 +272,11 @@ file = "mods/geckolib.pw.toml" hash = "ce46f117a69cf45250fe90a6a9d964c3fbae3a80abc3a21ab94f68d453dbb3bf" metafile = true +[[files]] +file = "mods/identity.pw.toml" +hash = "89a2dd47f2d4d5da0964bb7e36f733e152ae277e500acc033d66e7fcc0aaaaeb" +metafile = true + [[files]] file = "mods/immediatelyfast.pw.toml" hash = "7e9f6a5b564e4fbe92bff784eb13a2565eb5a631ed452cf9b8748e73935ae8b2" diff --git a/mods/identity.pw.toml b/mods/identity.pw.toml new file mode 100644 index 0000000..bb79f9d --- /dev/null +++ b/mods/identity.pw.toml @@ -0,0 +1,13 @@ +name = "Identity" +filename = "identity-2.7.1-1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "469cf3bfc9473f8db2ac6fdb4546a52ad7c8a3f5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4687497 +project-id = 391390 diff --git a/pack.toml b/pack.toml index 21d3c6f..74c8fd7 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 = "380961d0ad0abcd08c2cc2324f7eeaa02e942c53dd299a143f68ac5b2793591c" +hash = "df0d9520762a5a7caae914fd86785242cf8fecb1e04529c4b6229fdef952f25b" [versions] minecraft = "1.20.1"