From cb93279db9100da917b0e729f9d4a2b165a3d624 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 15 Oct 2023 16:00:40 -0400 Subject: [PATCH] Add supplementaries --- index.toml | 10 ++++++++++ mods/moonlight.pw.toml | 13 +++++++++++++ mods/supplementaries.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/moonlight.pw.toml create mode 100644 mods/supplementaries.pw.toml diff --git a/index.toml b/index.toml index 1808071..f4f49e3 100644 --- a/index.toml +++ b/index.toml @@ -287,6 +287,11 @@ file = "mods/modmenu.pw.toml" hash = "4cd171d3f5f3e1d2948cb1b0062e742a5e85110c9e9a668f9aed5b0cebcb9c97" metafile = true +[[files]] +file = "mods/moonlight.pw.toml" +hash = "b903976c1e5c36f0eb88b3dca5f615a538f680f5d3d12ff08f544ce2299206c6" +metafile = true + [[files]] file = "mods/morechathistory.pw.toml" hash = "d1558ff187abe468110fef11eee834aa3c03df732e706ac16e221425b538da4d" @@ -382,6 +387,11 @@ file = "mods/starlight.pw.toml" hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11" metafile = true +[[files]] +file = "mods/supplementaries.pw.toml" +hash = "265ee1c03e7a25a984f32079edfc45a34edcef45dd2125b6cf8e56507cade89a" +metafile = true + [[files]] file = "mods/terralith.pw.toml" hash = "7eab318d7763eecf47bde9ecd8d499fe676935392e222a9e8c64c08e6df548d5" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml new file mode 100644 index 0000000..c756dcc --- /dev/null +++ b/mods/moonlight.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.20-2.8.49-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/GFChSR1Q/moonlight-1.20-2.8.49-fabric.jar" +hash-format = "sha1" +hash = "a92962f740cdca34266b06df9d1cc3a348592ecc" + +[update] +[update.modrinth] +mod-id = "twkfQtEc" +version = "GFChSR1Q" diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml new file mode 100644 index 0000000..300484e --- /dev/null +++ b/mods/supplementaries.pw.toml @@ -0,0 +1,13 @@ +name = "Supplementaries" +filename = "supplementaries-1.20-2.6.12-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/N7Bej41a/supplementaries-1.20-2.6.12-fabric.jar" +hash-format = "sha1" +hash = "3f39967253055d986c9b299cbc30919f4442738d" + +[update] +[update.modrinth] +mod-id = "fFEIiSDQ" +version = "N7Bej41a" diff --git a/pack.toml b/pack.toml index f1b022c..eb8107f 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 = "9515020709086486b2c85ba866de8ef7e5378439ecd0a024931b9724381ee28d" +hash = "5fc0617f6386f9632a480f55559360c9299bcbd1d412ebaa44a75b576dcc0ab6" [versions] minecraft = "1.20.1"