From 849cbceb2dff223974957e742031a49d0de66560 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Sun, 23 Mar 2025 11:40:26 +0100 Subject: [PATCH] Add soul shards and effortless structures --- index.toml | 10 ++++++++++ mods/effortless.pw.toml | 13 +++++++++++++ mods/soul-shards-despawn.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/effortless.pw.toml create mode 100644 mods/soul-shards-despawn.pw.toml diff --git a/index.toml b/index.toml index 853687d..1da2d37 100644 --- a/index.toml +++ b/index.toml @@ -197,6 +197,11 @@ file = "mods/eating-animation.pw.toml" hash = "a48d83e43fc4c782a6a76337fb9bd0a8a214090d37b90e41bfae8a229e873e5f" metafile = true +[[files]] +file = "mods/effortless.pw.toml" +hash = "b9f54476b8fd406728130ebc2cce3a706fcf017ccaaf6ba2fc8737ebaa59b900" +metafile = true + [[files]] file = "mods/elytra-trims.pw.toml" hash = "5a7419baba627bc17a237e02130afffaed5bc5d0b3368573e82c9aeb01f7c357" @@ -432,6 +437,11 @@ file = "mods/sodium.pw.toml" hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" metafile = true +[[files]] +file = "mods/soul-shards-despawn.pw.toml" +hash = "1fe009ca13f8b17c35df4111fe527c6d3c992c2f19571bb0eba6fd113ee4430f" +metafile = true + [[files]] file = "mods/spark.pw.toml" hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216" diff --git a/mods/effortless.pw.toml b/mods/effortless.pw.toml new file mode 100644 index 0000000..0badefe --- /dev/null +++ b/mods/effortless.pw.toml @@ -0,0 +1,13 @@ +name = "Effortless Structure" +filename = "effortless-1.20.1-3.4.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EF68hjiy/versions/OswWvyth/effortless-1.20.1-3.4.0.jar" +hash-format = "sha512" +hash = "26b2b9e914597541eef2e804294189d462da46508e00ed3f67e270c0107420aff0304fd32832deb25928c26c66d98bba5e606a4281e8269717dafa183188a876" + +[update] +[update.modrinth] +mod-id = "EF68hjiy" +version = "OswWvyth" diff --git a/mods/soul-shards-despawn.pw.toml b/mods/soul-shards-despawn.pw.toml new file mode 100644 index 0000000..5eb8ad1 --- /dev/null +++ b/mods/soul-shards-despawn.pw.toml @@ -0,0 +1,13 @@ +name = "Soul Shards Despawn" +filename = "soulshards-despawn-1.20.1-1.2.5-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MpNGsSsC/versions/s84cfK8o/soulshards-despawn-1.20.1-1.2.5-fabric.jar" +hash-format = "sha512" +hash = "96702821f955e53a7ad03412b9ddcbd26e70811fe71cf35451856ec59021f43d5f0ef41c21fe6072c995988908f49d8cf614f5b25ce5c6f90a0ae9b41896f945" + +[update] +[update.modrinth] +mod-id = "MpNGsSsC" +version = "s84cfK8o" diff --git a/pack.toml b/pack.toml index c20b89c..f76d43c 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 = "eb642394eda18a854e861a133fb27586e729a723ac9a02df4dd5d537cb24b982" +hash = "764b8a4db0d45145519fcee4ac13aad4fca60d98999c70a4e62781535e71af5a" [versions] fabric = "0.16.10"