From 205aaa9c56bab6df3e6d15ccdefaf98d745f777b Mon Sep 17 00:00:00 2001 From: Jordy Goodridge Date: Sun, 26 May 2024 12:47:30 -0700 Subject: [PATCH] Add Incubation, remove Local Looks --- index.toml | 10 +++++----- mods/incubation.pw.toml | 13 +++++++++++++ mods/local-looks.pw.toml | 13 ------------- pack.toml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 mods/incubation.pw.toml delete mode 100644 mods/local-looks.pw.toml diff --git a/index.toml b/index.toml index 4929e1c..c6fcb7e 100644 --- a/index.toml +++ b/index.toml @@ -283,6 +283,11 @@ file = "mods/iceberg.pw.toml" hash = "d0d383d4ff24fd6a4c5a9319806b0c99da9d0120fa14719911596eb39abc6f20" metafile = true +[[files]] +file = "mods/incubation.pw.toml" +hash = "74f82c1ec7e2cd5ca741a4537c3824c0a60a7c39534a58427836efdebae402e1" +metafile = true + [[files]] file = "mods/jade-addons-forge.pw.toml" hash = "ee91acdffc481f535911c38fbc06c62c85e6531a2ee7e4e116401b3ad544e74a" @@ -318,11 +323,6 @@ file = "mods/justenoughbreeding.pw.toml" hash = "200f03de3e7604b4f18a98310d0fb94ec1266dd72f9874808eb1f9601114a8e6" metafile = true -[[files]] -file = "mods/local-looks.pw.toml" -hash = "fb8b62337ee46a034b13546ec18dd8b0f8ced85533f8773bc54f6510805e3634" -metafile = true - [[files]] file = "mods/lucent.pw.toml" hash = "62041794a3b89328e32fd32fe2fd85702b000978fb6aa34d9b60c2f67bf8a0d4" diff --git a/mods/incubation.pw.toml b/mods/incubation.pw.toml new file mode 100644 index 0000000..4b232ca --- /dev/null +++ b/mods/incubation.pw.toml @@ -0,0 +1,13 @@ +name = "Incubation" +filename = "incubation-1.20.1-4.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/A4Xrv60A/versions/jwszUDno/incubation-1.20.1-4.0.2.jar" +hash-format = "sha1" +hash = "02e3f7d4322d866708890c7bfc7b4021a8810293" + +[update] +[update.modrinth] +mod-id = "A4Xrv60A" +version = "jwszUDno" diff --git a/mods/local-looks.pw.toml b/mods/local-looks.pw.toml deleted file mode 100644 index 6f1e930..0000000 --- a/mods/local-looks.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Local Looks" -filename = "locallooks-1.5-1.20.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/QYMWGqdh/versions/pPZVmGpY/locallooks-1.5-1.20.jar" -hash-format = "sha1" -hash = "348c9051b085f33e130b7f4619f9f634c106424a" - -[update] -[update.modrinth] -mod-id = "QYMWGqdh" -version = "pPZVmGpY" diff --git a/pack.toml b/pack.toml index aa2641a..f0594e9 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 = "a68ef82dd06b0b33444d969f709ffb1c157aecd7322f4a52582e9e85a0917afa" +hash = "530578fe725de73e0cb35ec11d388599a669205a148283bf4576ad0ef3d9d20a" [versions] forge = "47.2.0"