From 35bf83cd1dce68e4af0cf18454ce1e0a538819dd Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sun, 13 Apr 2025 13:07:50 +0200 Subject: [PATCH] mods: add ftp-filter-system as recommended by ftb --- index.toml | 5 +++++ mods/ftb-filter-system.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/ftb-filter-system.pw.toml diff --git a/index.toml b/index.toml index 98fb15e..eb24afa 100644 --- a/index.toml +++ b/index.toml @@ -1162,6 +1162,11 @@ file = "mods/ftb-chunks-forge.pw.toml" hash = "e4a60dc6d46d1070e33b8972e2c000a200928d3a401af21df57649f39e207bf5" metafile = true +[[files]] +file = "mods/ftb-filter-system.pw.toml" +hash = "861fbd37ddfb6fbc634b339e3b9aeef435c6a04f8c18e949bf0784ff0a6bf9d4" +metafile = true + [[files]] file = "mods/ftb-library-forge.pw.toml" hash = "eb351918762f5c8f05672257082d1ca144c3c9397c40d6785116d1af8b02d864" diff --git a/mods/ftb-filter-system.pw.toml b/mods/ftb-filter-system.pw.toml new file mode 100644 index 0000000..bdee8d3 --- /dev/null +++ b/mods/ftb-filter-system.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Filter System" +filename = "ftb-filter-system-forge-1.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d45c6bc341e50ba1b133c378de8938a3d349f4f3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4926070 +project-id = 943925 diff --git a/pack.toml b/pack.toml index 5226da0..e5e6d7d 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 = "cf3e6e9afe747c2e7bc26549b626581cbd6083ce7957c1b77f6dab75ad8c7536" +hash = "cf85b20a7837c30b3997021086b754414e68974d6e6040e43656ff6a17a6d028" [versions] forge = "47.4.0"