From 96af8506ab8c949e630f4664d1356d6f0ab3857a Mon Sep 17 00:00:00 2001 From: Sangelo Date: Thu, 1 Jun 2023 18:31:46 +0200 Subject: [PATCH] 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"