From 17b7cc230ea268e1ebbcbb9a30674bb8cf53bc69 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 15 Oct 2023 01:12:32 -0400 Subject: [PATCH] Add LiLaC library mod --- index.toml | 5 +++++ mods/lilac.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/lilac.pw.toml diff --git a/index.toml b/index.toml index 781947e..a2590cc 100644 --- a/index.toml +++ b/index.toml @@ -213,6 +213,11 @@ file = "mods/libipn.pw.toml" hash = "8547edbdc700238255794cdbb3b142d2bdb9f17a65b36ac1ce3c92e1aa942c3d" metafile = true +[[files]] +file = "mods/lilac.pw.toml" +hash = "baca3b76ab9bf92fe2335a39285822ba68e47650eeb3ae145a6fea0061c6c9e9" +metafile = true + [[files]] file = "mods/lithium.pw.toml" hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da" diff --git a/mods/lilac.pw.toml b/mods/lilac.pw.toml new file mode 100644 index 0000000..cccacd3 --- /dev/null +++ b/mods/lilac.pw.toml @@ -0,0 +1,13 @@ +name = "LiLaC" +filename = "lilac-1.0.0-beta.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Rtp2Lyr5/versions/UuwX5TxU/lilac-1.0.0-beta.3.jar" +hash-format = "sha1" +hash = "e6d449b82261294fd36dd8059d78c521f30cc08d" + +[update] +[update.modrinth] +mod-id = "Rtp2Lyr5" +version = "UuwX5TxU" diff --git a/pack.toml b/pack.toml index 1bb8d83..981aefe 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 = "78d894038eb12d41cbc1c84e2585175ab5cf909bc69a3af64a5b47cdd59c003b" +hash = "4ee746554ef7a99aaf52baf55cabded94fe474f44184dca2863fd3a8bfd0848b" [versions] minecraft = "1.20.1"