From df2867496782bac9f8297c5c59ba07cb49526ac4 Mon Sep 17 00:00:00 2001 From: endigma Date: Sun, 19 Jun 2022 16:18:04 -0300 Subject: [PATCH] add global datapacks mod --- index.toml | 5 +++++ mods/datapacks.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/datapacks.pw.toml diff --git a/index.toml b/index.toml index 645eb4b..87d4702 100644 --- a/index.toml +++ b/index.toml @@ -450,6 +450,11 @@ file = "mods/dashloader.toml" hash = "ba99850c71a06482ef88cc18d8273c511e523c20fc96b1ce8cefd9adc98705fd" metafile = true +[[files]] +file = "mods/datapacks.pw.toml" +hash = "593838ca2d957a8198880b834245a3de4973fea025e38f962434f0dd06e0db05" +metafile = true + [[files]] file = "mods/dawn.toml" hash = "116790a677992435de3e810d2d1511703b4f623de12e06722d8c83aa9ca54a18" diff --git a/mods/datapacks.pw.toml b/mods/datapacks.pw.toml new file mode 100644 index 0000000..29c5c9a --- /dev/null +++ b/mods/datapacks.pw.toml @@ -0,0 +1,13 @@ +name = "Global Datapacks" +filename = "Global-Datapack.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bRa9yz7E/versions/1.1/Global-Datapack.jar" +hash-format = "sha1" +hash = "e6420aca2e51939c5540ec739faa1626230fbc59" + +[update] +[update.modrinth] +mod-id = "bRa9yz7E" +version = "oNhDqWJq" diff --git a/pack.toml b/pack.toml index c715ced..2e3fb90 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 = "599deb423c54b9fc49ea4defcd140d99767408dd1b2b79fa9c4bcba52a3d2f0d" +hash = "2c25f3dfbd0f4744a668bdab4a4e237280c3bb204b3d022f846adcd0c5c1e9d8" [versions] fabric = "0.14.7"