From 3a1b9e6400425e27c7647939a2c02407ad3da04b Mon Sep 17 00:00:00 2001 From: Sangelo Date: Thu, 1 Jun 2023 11:47:43 +0200 Subject: [PATCH] Add Icarus & Croptopia Mods Changes to be committed: modified: index.toml new file: mods/croptopia.pw.toml new file: mods/icarus.pw.toml new file: mods/midnightlib.pw.toml modified: pack.toml --- index.toml | 15 +++++++++++++++ mods/croptopia.pw.toml | 13 +++++++++++++ mods/icarus.pw.toml | 13 +++++++++++++ mods/midnightlib.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/croptopia.pw.toml create mode 100644 mods/icarus.pw.toml create mode 100644 mods/midnightlib.pw.toml diff --git a/index.toml b/index.toml index 7a400e8..862ecbe 100644 --- a/index.toml +++ b/index.toml @@ -313,6 +313,11 @@ file = "mods/createaddition.pw.toml" hash = "8260c756c1da49c5c97ef81d1442018979d6979aac0e37a79c864a680e15cf5d" metafile = true +[[files]] +file = "mods/croptopia.pw.toml" +hash = "3318c70374f860b9b2ab3699621a7ace4a199dd63f06d3b5c6892067ec5f269d" +metafile = true + [[files]] file = "mods/dashloader.pw.toml" hash = "4a2470ad0e5ab7b76b4e503a45907b6550c54d1e1d492671f2755d2a3143913c" @@ -443,6 +448,11 @@ file = "mods/hold-that-chunk.pw.toml" hash = "8847ebb401a474d65b2ffd00a226356e94791db3f5cf98505beb227e74298884" metafile = true +[[files]] +file = "mods/icarus.pw.toml" +hash = "2045ed4e0218b8f51e318199cf2fe818bc5fa4b347a956552d88932c1f0095a3" +metafile = true + [[files]] file = "mods/iceberg.pw.toml" hash = "a81c6e60f18faf727ed743029c8a4d093c6c96f0c450be7bf3535985ee6f4288" @@ -593,6 +603,11 @@ file = "mods/main-menu-credits.pw.toml" hash = "1527caee4fc4f26b525a41a95dd07dae21ab3c8d2c391237c79396abf7e9b2d7" metafile = true +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "9421355a24881292851803d45726a5aebce4c5a5863793d7d373565b4fceb1eb" +metafile = true + [[files]] file = "mods/mimic.pw.toml" hash = "4ac042bd40887184574cb152c49344380bffdc8f036fb42e8792efa0731981da" diff --git a/mods/croptopia.pw.toml b/mods/croptopia.pw.toml new file mode 100644 index 0000000..b31771b --- /dev/null +++ b/mods/croptopia.pw.toml @@ -0,0 +1,13 @@ +name = "Croptopia" +filename = "Croptopia-1.19.2-FABRIC-2.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "726c6268da4b0023ea166ca9bc00f5b10e97cfca" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4344773 +project-id = 415438 diff --git a/mods/icarus.pw.toml b/mods/icarus.pw.toml new file mode 100644 index 0000000..b06a16e --- /dev/null +++ b/mods/icarus.pw.toml @@ -0,0 +1,13 @@ +name = "Icarus" +filename = "icarus-1.14.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Dw7M6XKW/versions/IFD7Mtvp/icarus-1.14.jar" +hash-format = "sha1" +hash = "3ebdb5578036b5833e3c842a7a147fe7696dd334" + +[update] +[update.modrinth] +mod-id = "Dw7M6XKW" +version = "IFD7Mtvp" diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..55cf208 --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-quilt-1.0.0-patch1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/codAaoxh/versions/hxPiYWhh/midnightlib-quilt-1.0.0-patch1.jar" +hash-format = "sha1" +hash = "7b128ae80b9aeb4d9ae5d901ce6ecaece25b1fd4" + +[update] +[update.modrinth] +mod-id = "codAaoxh" +version = "hxPiYWhh" diff --git a/pack.toml b/pack.toml index eebbfe1..7d814f4 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 = "e2b3cac94eec781f24f6599873657c1124075b104ef536f3ea6ba05b0017f6e8" +hash = "76aa3ed7a89f44697dd923f668cbff488a286adfc9b84bf37c503ab5f44003c5" [versions] minecraft = "1.19.2"