From 982672f21cf77565355db5afc5d2317417a5e51f Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Mon, 21 Jul 2025 20:34:00 +0200 Subject: [PATCH] Add ftb quests mod --- index.toml | 5 +++++ mods/ftb-quests-forge.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/ftb-quests-forge.pw.toml diff --git a/index.toml b/index.toml index 9903efb..576cdd1 100644 --- a/index.toml +++ b/index.toml @@ -86,6 +86,11 @@ file = "mods/ftb-library-forge.pw.toml" hash = "a4f2d610c81a2696b9a4a2ef9c569ec2caf1dd615c78fd70f73f91ad3a849c2a" metafile = true +[[files]] +file = "mods/ftb-quests-forge.pw.toml" +hash = "90afcc7154c06f3d77f288605f2854a19cf15c184c592ce67d132ae7cd6f9ae4" +metafile = true + [[files]] file = "mods/ftb-teams-forge.pw.toml" hash = "38d1ce888e383fb1bd1d3648d0ee26b643a697d3ac91e7fdb144cad3f9f55748" diff --git a/mods/ftb-quests-forge.pw.toml b/mods/ftb-quests-forge.pw.toml new file mode 100644 index 0000000..ecf8af0 --- /dev/null +++ b/mods/ftb-quests-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Quests (Forge)" +filename = "ftb-quests-neoforge-2101.1.12.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "99662cc9cc6e05ed29533b4d83526fd0c3ab7b2b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6721642 +project-id = 289412 diff --git a/pack.toml b/pack.toml index 56f442e..e462800 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 = "93ff4c4da52aa50bcdadf9e46e40c882e3e38283d526df470c303e72871169dc" +hash = "91883942e34b81fba7a0c7478e8596b9e6bfed579d3b62ffbfb49d71dcf23f31" [versions] minecraft = "1.21.1"