From d452c0ec615e7e9c26d37850f8ce5f689258179c Mon Sep 17 00:00:00 2001 From: mina <143211829+ursamina@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:42:23 +0000 Subject: [PATCH] add ftb essentials packwiz pls --- .gitattributes | 1 - index.toml | 9 +++++---- mods/ftb-essentials-forge.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 .gitattributes create mode 100644 mods/ftb-essentials-forge.pw.toml diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 5378fe0..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* -text \ No newline at end of file diff --git a/index.toml b/index.toml index d4b818d..dedcd27 100644 --- a/index.toml +++ b/index.toml @@ -4,10 +4,6 @@ hash-format = "sha256" file = "LICENSE" hash = "7ffe1954587c77dfba1cf8eb9b2ea743671fa6e63f9e7a2f258119d42e14eefe" -[[files]] -file = "README.md" -hash = "115de12ec7b8581df3a3d95fc7a1a5cd3b42d624f28b953f430c272220ad1d98" - [[files]] file = "config/MouseTweaks.cfg" hash = "4069ce1a439d8c37453c1b1e9f2037e0942674c7e48723a39b37eab245792ad4" @@ -622,6 +618,11 @@ file = "mods/ftb-chunks-forge.pw.toml" hash = "38648f818acbd965d0bb19259acfe1a41444fea8a5ead81ac8ecef0803a37d86" metafile = true +[[files]] +file = "mods/ftb-essentials-forge.pw.toml" +hash = "e196c44c69785ae15eb47a10207fee12362d34e63d94f663a00aa58e26313c37" +metafile = true + [[files]] file = "mods/ftb-library-forge.pw.toml" hash = "ba8611194b53a37c87f3531718f338b7f5275a84dc7d35730e660c9e7d5e680e" diff --git a/mods/ftb-essentials-forge.pw.toml b/mods/ftb-essentials-forge.pw.toml new file mode 100644 index 0000000..2a705bc --- /dev/null +++ b/mods/ftb-essentials-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Essentials (Forge & Fabric)" +filename = "ftb-essentials-forge-2001.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e9f668ea8fa12215b1db9d505af8feb617d66e5a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4896152 +project-id = 410811 diff --git a/pack.toml b/pack.toml index 09ffe06..ac5d750 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 = "597095397e41b9f5ef895eb77a862fb70969d138b837c2af59652cccfc4f6be9" +hash = "457214c022a9216e75d22751542cc6710a472c87cf8f40233126d48841393331" [versions] forge = "47.2.0"