From 1f57aa1665f1613c8ce4764981a17cfe9f1fe84d Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 28 Oct 2023 13:26:15 -0400 Subject: [PATCH] Add AutoTag --- index.toml | 5 +++++ mods/autotag.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/autotag.pw.toml diff --git a/index.toml b/index.toml index e8a7c1e..d82407f 100644 --- a/index.toml +++ b/index.toml @@ -98,6 +98,11 @@ file = "mods/auth-me.pw.toml" hash = "e954c2f9ea9195ef558f0cb7dbc7057f2086348fc4a78186bc399145c18b4bb9" metafile = true +[[files]] +file = "mods/autotag.pw.toml" +hash = "ea6fc6fba3ad1e9868e7807b17c04ebbad43a073b9be6d9374290b94eaa82e79" +metafile = true + [[files]] file = "mods/badpackets.pw.toml" hash = "e5a68e0e0d90aac1d965ab7cab5858c474e875be9012a7c8a3adf96420faa726" diff --git a/mods/autotag.pw.toml b/mods/autotag.pw.toml new file mode 100644 index 0000000..4e91216 --- /dev/null +++ b/mods/autotag.pw.toml @@ -0,0 +1,13 @@ +name = "AutoTag" +filename = "autotag-2.0.2+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8FdYDHF5/versions/ocD9XA8D/autotag-2.0.2%2B1.20.jar" +hash-format = "sha1" +hash = "78183b1e5513c6b6d8bf5477b0cda9d8f86268c4" + +[update] +[update.modrinth] +mod-id = "8FdYDHF5" +version = "ocD9XA8D" diff --git a/pack.toml b/pack.toml index a2e424b..b8119d8 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 = "de11fc1e0e8515c6077e5e893b7fe17992798f2bbdcd9bfd06a2539fbec621b9" +hash = "97c45ff51c962d8f5a0beb500927b7c660f01eaa7ca9510a09f39a99d80048ad" [versions] minecraft = "1.20.1"