From 3a1b9e6400425e27c7647939a2c02407ad3da04b Mon Sep 17 00:00:00 2001 From: Sangelo Date: Thu, 1 Jun 2023 11:47:43 +0200 Subject: [PATCH 1/3] 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" From 96af8506ab8c949e630f4664d1356d6f0ab3857a Mon Sep 17 00:00:00 2001 From: Sangelo Date: Thu, 1 Jun 2023 18:31:46 +0200 Subject: [PATCH 2/3] Add Utility Belt, Right-Click-Harvest & Patchouli modified: index.toml new file: mods/cardinal-components-api.pw.toml new file: mods/jamlib.pw.toml new file: mods/patchouli.pw.toml new file: mods/rightclickharvest.pw.toml new file: mods/utility-belt.pw.toml modified: pack.toml --- index.toml | 25 +++++++++++++++++++++++++ mods/cardinal-components-api.pw.toml | 13 +++++++++++++ mods/jamlib.pw.toml | 13 +++++++++++++ mods/patchouli.pw.toml | 13 +++++++++++++ mods/rightclickharvest.pw.toml | 13 +++++++++++++ mods/utility-belt.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 7 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 mods/cardinal-components-api.pw.toml create mode 100644 mods/jamlib.pw.toml create mode 100644 mods/patchouli.pw.toml create mode 100644 mods/rightclickharvest.pw.toml create mode 100644 mods/utility-belt.pw.toml diff --git a/index.toml b/index.toml index 862ecbe..b4b4336 100644 --- a/index.toml +++ b/index.toml @@ -238,6 +238,11 @@ file = "mods/capetweaks.pw.toml" hash = "a6af3552fbfd700e91e092eafd0d82f40fff4ce60d18ef42a1273930627ed1ac" metafile = true +[[files]] +file = "mods/cardinal-components-api.pw.toml" +hash = "5d898bbdb655828c59223382f85016f8328884b3ff176b697c51e8dedaec68c1" +metafile = true + [[files]] file = "mods/cardinal-components.pw.toml" hash = "731ca7e4b551386efbe40e01ed518778d62db30c0ca8cceab8bebf7f6dff326b" @@ -483,6 +488,11 @@ file = "mods/jade.pw.toml" hash = "38f2ae3dba3528baae810ddd728de9dc573e73cf60982af8bada95e68ff4467c" metafile = true +[[files]] +file = "mods/jamlib.pw.toml" +hash = "6cb50f4dcb3f6ba70ecbae01c0691b25fb40610a859aa41bf6ce261ad70429d2" +metafile = true + [[files]] file = "mods/kappa.pw.toml" hash = "d759dda64cea598b4f4cedaf6eac9a5880c360e20847e86a8738e910179261cd" @@ -713,6 +723,11 @@ file = "mods/owo-lib.pw.toml" hash = "d6a99e144be13fb3d0865925bf73357a2ff82f4114929cc2f35930eb21f3c7e9" metafile = true +[[files]] +file = "mods/patchouli.pw.toml" +hash = "2dab4b3cea2f1ce1505c3c7be55d8fb6123a7593435134f2c15eed18e6c07ddf" +metafile = true + [[files]] file = "mods/pehkui.pw.toml" hash = "0c137fc602775302c23539446a7d562d9f2b903aa0a972b85314088d1f705492" @@ -788,6 +803,11 @@ file = "mods/resourceful-lib.pw.toml" hash = "4db018687a69efc5abf8af031dea3f3e24fb002d8d4a0a6bb3d685e2cc013e0f" metafile = true +[[files]] +file = "mods/rightclickharvest.pw.toml" +hash = "39683680c7eeda074893c9ae8f4692c14f98227f8319c55849f079fd9adcc065" +metafile = true + [[files]] file = "mods/roughly-enough-items.pw.toml" hash = "accb90f4206f72fb32cd56c55eee18829033bf3972eeb90575e2aaf61979c6e1" @@ -893,6 +913,11 @@ file = "mods/twigs.pw.toml" hash = "95d573e09df96d3d984e9c08fa809297f3fcb6ae19ec43983f665bb20f7ad446" metafile = true +[[files]] +file = "mods/utility-belt.pw.toml" +hash = "bd8b1d6b71204c2b6548c38ccef1add5570b6c06472d3fdc37d65ee6b9da501b" +metafile = true + [[files]] file = "mods/villager-hats.pw.toml" hash = "be34bd5471798bf4920021365567c05bc89b742b0e47d8ba8bd53049a60ee9ef" diff --git a/mods/cardinal-components-api.pw.toml b/mods/cardinal-components-api.pw.toml new file mode 100644 index 0000000..f0b0dcb --- /dev/null +++ b/mods/cardinal-components-api.pw.toml @@ -0,0 +1,13 @@ +name = "Cardinal Components API" +filename = "cardinal-components-api-5.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/K01OU20C/versions/tPfCTMiZ/cardinal-components-api-5.0.2.jar" +hash-format = "sha1" +hash = "2ca37fd1372f48d39154aea952a9db148d1db9e5" + +[update] +[update.modrinth] +mod-id = "K01OU20C" +version = "tPfCTMiZ" diff --git a/mods/jamlib.pw.toml b/mods/jamlib.pw.toml new file mode 100644 index 0000000..805854f --- /dev/null +++ b/mods/jamlib.pw.toml @@ -0,0 +1,13 @@ +name = "JamLib" +filename = "jamlib-0.6.0+1.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IYY9Siz8/versions/MSmq1ClL/jamlib-0.6.0%2B1.19.jar" +hash-format = "sha1" +hash = "3b5034c5d85bf322fb33747f9a46cc3adc941a9b" + +[update] +[update.modrinth] +mod-id = "IYY9Siz8" +version = "MSmq1ClL" diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml new file mode 100644 index 0000000..56f9306 --- /dev/null +++ b/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.19.2-77-FABRIC.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/NorgAU8F/Patchouli-1.19.2-77-FABRIC.jar" +hash-format = "sha1" +hash = "668cf78f543d43412453759961adeac4fabcafeb" + +[update] +[update.modrinth] +mod-id = "nU0bVIaL" +version = "NorgAU8F" diff --git a/mods/rightclickharvest.pw.toml b/mods/rightclickharvest.pw.toml new file mode 100644 index 0000000..b6ca456 --- /dev/null +++ b/mods/rightclickharvest.pw.toml @@ -0,0 +1,13 @@ +name = "RightClickHarvest" +filename = "right-click-harvest-3.2.0+1.19.x.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Cnejf5xM/versions/ds6Od7Ln/right-click-harvest-3.2.0%2B1.19.x.jar" +hash-format = "sha1" +hash = "3e91e47fc7c98dc85baf124f003e6cda06b44638" + +[update] +[update.modrinth] +mod-id = "Cnejf5xM" +version = "ds6Od7Ln" diff --git a/mods/utility-belt.pw.toml b/mods/utility-belt.pw.toml new file mode 100644 index 0000000..e1b6b38 --- /dev/null +++ b/mods/utility-belt.pw.toml @@ -0,0 +1,13 @@ +name = "Utility Belt" +filename = "utilitybelt-1.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9ewe2JHJ/versions/WsErMb9H/utilitybelt-1.2.0.jar" +hash-format = "sha1" +hash = "fdbe6abbd13cb646b17d9ccbc46027e36f4115cc" + +[update] +[update.modrinth] +mod-id = "9ewe2JHJ" +version = "WsErMb9H" diff --git a/pack.toml b/pack.toml index 7d814f4..944864e 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 = "76aa3ed7a89f44697dd923f668cbff488a286adfc9b84bf37c503ab5f44003c5" +hash = "4af009fb95b58926a8f4431155f55786b98a6ec8f9ad5a9b7f33183a91298ce3" [versions] minecraft = "1.19.2" From 495b179633691f0eb403e91d179b9bcd25d6726a Mon Sep 17 00:00:00 2001 From: Sangelo Date: Thu, 1 Jun 2023 18:45:36 +0200 Subject: [PATCH 3/3] Add Spellbound Enchantments --- index.toml | 5 +++++ mods/spellbound-enchantments.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/spellbound-enchantments.pw.toml diff --git a/index.toml b/index.toml index b4b4336..adbde63 100644 --- a/index.toml +++ b/index.toml @@ -868,6 +868,11 @@ file = "mods/spark.pw.toml" hash = "413ce716e1ce679ff1097f1732023a5457ef5ec7b512d247ef087aeefd82d19b" metafile = true +[[files]] +file = "mods/spellbound-enchantments.pw.toml" +hash = "7a2b44ca2599273ab495832725c4fa3dbed0e08faac97c6cad5a4da5c6c461d1" +metafile = true + [[files]] file = "mods/starlight.pw.toml" hash = "2aeab4f3b0a720ed02f400d9b521f1858474d4f8f7c3577ce916d5aa31fe37e1" diff --git a/mods/spellbound-enchantments.pw.toml b/mods/spellbound-enchantments.pw.toml new file mode 100644 index 0000000..ca003f3 --- /dev/null +++ b/mods/spellbound-enchantments.pw.toml @@ -0,0 +1,13 @@ +name = "Spellbound Enchantments" +filename = "spellbound-1.10.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/PvOWwwRg/versions/iZ1LpD3s/spellbound-1.10.0.jar" +hash-format = "sha1" +hash = "e3a7691cbb41954b3b09f4a5bbf7a6babf76a119" + +[update] +[update.modrinth] +mod-id = "PvOWwwRg" +version = "iZ1LpD3s" diff --git a/pack.toml b/pack.toml index 944864e..0357965 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 = "4af009fb95b58926a8f4431155f55786b98a6ec8f9ad5a9b7f33183a91298ce3" +hash = "43b81f3d2f7d531fd73db4f34cda2f3e30bd07cfd8559c8270c4159b99ee3f92" [versions] minecraft = "1.19.2"