From 8d96999f1a5c65fb143ee73b770b0792f8d92b31 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:00:19 -0300 Subject: [PATCH] feat: add falling leaves --- index.toml | 5 +++++ mods/fallingleaves.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/fallingleaves.pw.toml diff --git a/index.toml b/index.toml index 2c43bc6..9094186 100644 --- a/index.toml +++ b/index.toml @@ -335,6 +335,11 @@ file = "mods/fadeless.pw.toml" hash = "bd5311680997fada18e6492a91770fdc0762c718b3109820d67c1b019c2f1bf8" metafile = true +[[files]] +file = "mods/fallingleaves.pw.toml" +hash = "948e8a5d65ede4a8612a2f476d7b3b0f2fe00436ab3b8dd73829d4bdcf0cdf22" +metafile = true + [[files]] file = "mods/fastquit.pw.toml" hash = "26b473edf76a38c7f6f883381b6a42a33eea992501f26c46bae8b6149c86e234" diff --git a/mods/fallingleaves.pw.toml b/mods/fallingleaves.pw.toml new file mode 100644 index 0000000..e958469 --- /dev/null +++ b/mods/fallingleaves.pw.toml @@ -0,0 +1,13 @@ +name = "Falling Leaves" +filename = "fallingleaves-1.15.6+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/flPXaySR/fallingleaves-1.15.6%2B1.20.1.jar" +hash-format = "sha1" +hash = "9950aaea2a33b1cfc972e881c533384e3bb0a0fb" + +[update] +[update.modrinth] +mod-id = "WhbRG4iK" +version = "flPXaySR"