From 4c358e126ca5dc3637cdcbc19c1310803aac8074 Mon Sep 17 00:00:00 2001 From: hkc Date: Sun, 24 Mar 2024 10:37:56 +0300 Subject: [PATCH] Added "Configured" --- index.toml | 5 +++++ mods/configured.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/configured.pw.toml diff --git a/index.toml b/index.toml index 5605d6d..a43f159 100644 --- a/index.toml +++ b/index.toml @@ -254,6 +254,11 @@ file = "mods/computer-cartographer.pw.toml" hash = "e567a249b43bf4a6fdc41409be12be3bd775161d561f1889a0bcc18afc829b31" metafile = true +[[files]] +file = "mods/configured.pw.toml" +hash = "e1b96a7b1d81aa26642379484ff427392dcc11e01d8d780d302f6db0f6af97d7" +metafile = true + [[files]] file = "mods/continuity.pw.toml" hash = "bb7b31de1f5c7941aff59030d59168a5971e8c47884bcd8905637836ff97ce46" diff --git a/mods/configured.pw.toml b/mods/configured.pw.toml new file mode 100644 index 0000000..6ad32d4 --- /dev/null +++ b/mods/configured.pw.toml @@ -0,0 +1,13 @@ +name = "Configured" +filename = "configured-fabric-1.20.1-2.2.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c85adcba2f4cd0252dc8698d00a24b1e283d2cb8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5180902 +project-id = 457570 diff --git a/pack.toml b/pack.toml index 2a02c9a..2728320 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 = "e7df7a03cc73d7e60b9809c22441b3985f40d1d804227420336ed82b5cf3affe" +hash = "5e94efa2a712d58730892f03f0effd7687f564920a5a52de6e8d4f6f5dc046b2" [versions] fabric = "0.15.7"