From 2de1ecf5d9818a7871e319c4484c591e6cf02fbe Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sat, 24 Aug 2024 22:59:21 -0300 Subject: [PATCH] feat: add cull less leaves --- index.toml | 5 +++++ mods/cull-less-leaves.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/cull-less-leaves.pw.toml diff --git a/index.toml b/index.toml index 74ebc2e..79a0eb1 100644 --- a/index.toml +++ b/index.toml @@ -215,6 +215,11 @@ file = "mods/ct-overhaul-village.pw.toml" hash = "bd4fe22c4c06d01fad7637910766579a690b686c4f5d7d4abc9f8321ec032e58" metafile = true +[[files]] +file = "mods/cull-less-leaves.pw.toml" +hash = "39eb9db990032d949909f079ada415ffda18b372ec5d9b23ab95652d88474131" +metafile = true + [[files]] file = "mods/dawn.pw.toml" hash = "e6cd8a58a2938b799035c66df16b440db0edf09c798978b8e857a6a27e8a6474" diff --git a/mods/cull-less-leaves.pw.toml b/mods/cull-less-leaves.pw.toml new file mode 100644 index 0000000..fc15184 --- /dev/null +++ b/mods/cull-less-leaves.pw.toml @@ -0,0 +1,13 @@ +name = "Cull Less Leaves" +filename = "CullLessLeaves-1.3.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iG6ZHsUV/versions/TFvkv8XK/CullLessLeaves-1.3.0.jar" +hash-format = "sha1" +hash = "83380456dab54b8ac790b84a0f4f39a1404e6bc5" + +[update] +[update.modrinth] +mod-id = "iG6ZHsUV" +version = "TFvkv8XK"