From cb23be8c6efdb09206eed567698771ec5b0ca411 Mon Sep 17 00:00:00 2001 From: pinchese Date: Sat, 23 Jul 2022 05:00:03 -0500 Subject: [PATCH] added global packs mod for data and resourcepacks --- index.toml | 5 +++++ mods/drp-global-datapack.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/drp-global-datapack.pw.toml diff --git a/index.toml b/index.toml index 66e9f9b..0bcbccb 100644 --- a/index.toml +++ b/index.toml @@ -255,6 +255,11 @@ file = "mods/debugify.pw.toml" hash = "42aa424ca423493f8fc20a7792761e64056dd25a5684cea7f6af25c3280f315c" metafile = true +[[files]] +file = "mods/drp-global-datapack.pw.toml" +hash = "9fdfb80273620ce34b97742b71729c09bc18da7e6e3c0a3ee886481bd7a7106d" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "71952509ce4496bf508aba29a68aba01ceacd31e8c9e8b9d9ded1e1da70a93ff" diff --git a/mods/drp-global-datapack.pw.toml b/mods/drp-global-datapack.pw.toml new file mode 100644 index 0000000..916c104 --- /dev/null +++ b/mods/drp-global-datapack.pw.toml @@ -0,0 +1,13 @@ +name = "Global Packs" +filename = "global_packs-fabric-1.18.2-1.12.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f69f225eb6527a37962c2d07a38afeed469b93f0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3818437 +project-id = 317134 diff --git a/pack.toml b/pack.toml index 376afd5..2da8bd4 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 = "f0192a1b0ed7aaedd14df368c8641a5f74eaedde86c5f7358572fe631716ba1c" +hash = "1726d3304d28fdf6ec7e91f492b3b8cbb70f698e19bd18743507b764be4408ff" [versions] fabric = "0.14.8"