From 75ad2ded4304416b24e7cd9785e3e9292d484ba7 Mon Sep 17 00:00:00 2001 From: endigma Date: Fri, 5 Jan 2024 15:20:54 -0400 Subject: [PATCH] add leaf decay mod --- index.toml | 5 +++++ mods/accelerated-decay.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/accelerated-decay.pw.toml diff --git a/index.toml b/index.toml index 94a7cb4..0f7eee7 100644 --- a/index.toml +++ b/index.toml @@ -92,6 +92,11 @@ hash = "944a47f82b012c0713e2de5bda9046d887cfa4e66684678ed688580c87f105b1" file = "modlist.md" hash = "c84d00f8f895f7bfefdc53d7a5c7f521e8086f763384094e974f4cb9b7db1834" +[[files]] +file = "mods/accelerated-decay.pw.toml" +hash = "08284502f1cff20111a07569824677e2b062675e9de2277f741286ee7415b891" +metafile = true + [[files]] file = "mods/addadd.pw.toml" hash = "ea4a5f7fd697978b42347e984135504a0a027c717f0f0a39da8b9ac1f97255eb" diff --git a/mods/accelerated-decay.pw.toml b/mods/accelerated-decay.pw.toml new file mode 100644 index 0000000..2857240 --- /dev/null +++ b/mods/accelerated-decay.pw.toml @@ -0,0 +1,13 @@ +name = "Accelerated Decay" +filename = "accelerated-decay-fabric-3.0.1+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/laX5CckD/versions/gPvUi9eS/accelerated-decay-fabric-3.0.1%2Bmc1.20.1.jar" +hash-format = "sha1" +hash = "934f5e4fea0668e819324cac75585ce16cbfc10b" + +[update] +[update.modrinth] +mod-id = "laX5CckD" +version = "gPvUi9eS" diff --git a/pack.toml b/pack.toml index 110c88e..8f8b833 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 = "e2728e850f345fd4ec13f944f3cb7f4dc81516c173c4c2e2946bb7fee24b3d83" +hash = "783f187943a7ee8d2ac1c69611f9fb37c3b953df93dd46189c10dcf190f90a88" [versions] fabric = "0.15.3"