From a4c847de3fe859ded4421a08c46e9fd1696d0b35 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 21 Mar 2024 20:23:41 -0400 Subject: [PATCH] Version bump to 0.2.3 Mods added: - Just Enough Items --- src/index.toml | 5 +++++ src/mods/jei.pw.toml | 13 +++++++++++++ src/pack.toml | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 src/mods/jei.pw.toml diff --git a/src/index.toml b/src/index.toml index e567f18..d51e69e 100644 --- a/src/index.toml +++ b/src/index.toml @@ -65,6 +65,11 @@ file = "mods/iris.pw.toml" hash = "7169f560465ba70f204d3c4189cf3d1faef8ae6cf3dc063733a4d53f612a4d94" metafile = true +[[files]] +file = "mods/jei.pw.toml" +hash = "074dc3c92b31f4ee4e0e13d7a03d9e2fe66a98fd58447e49fee7c11d1c751389" +metafile = true + [[files]] file = "mods/luckperms-fabric-placeholderapi-hook.pw.toml" hash = "ce6aa8f7b0c110334677505eed3ab98fe62809b2395a7b92f8f5571db72bb5cb" diff --git a/src/mods/jei.pw.toml b/src/mods/jei.pw.toml new file mode 100644 index 0000000..2c85828 --- /dev/null +++ b/src/mods/jei.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Items" +filename = "jei-1.20.4-fabric-17.3.0.49.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/HPR5ThoH/jei-1.20.4-fabric-17.3.0.49.jar" +hash-format = "sha1" +hash = "0c6b988703c0ced015c1a15712c624bf7cf29565" + +[update] +[update.modrinth] +mod-id = "u6dRKJwZ" +version = "HPR5ThoH" diff --git a/src/pack.toml b/src/pack.toml index dd560d0..0111ec6 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -1,12 +1,12 @@ name = "Azure Undead Modpack" author = "SeaswimmerTheFsh" -version = "0.2.2" +version = "0.2.3" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e5219cddbc3eda82752d4f698021683743731e2c77e88d7fdb40accefbf21a5d" +hash = "c8a46dba0216450c51ffe1596c75c7455dee335a5d9cba59968b6b74e8dfa898" [versions] fabric = "0.15.7"