From 2a12b2ab84dce88b922acd34ab6a957563d6fbd8 Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Sat, 30 Dec 2023 19:54:14 +0100 Subject: [PATCH] Added WTHIT --- packwiz/traincraft/index.toml | 10 ++++++++++ packwiz/traincraft/mods/badpackets.pw.toml | 13 +++++++++++++ packwiz/traincraft/mods/wthit.pw.toml | 13 +++++++++++++ packwiz/traincraft/pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 packwiz/traincraft/mods/badpackets.pw.toml create mode 100644 packwiz/traincraft/mods/wthit.pw.toml diff --git a/packwiz/traincraft/index.toml b/packwiz/traincraft/index.toml index b326481..a29a8ad 100644 --- a/packwiz/traincraft/index.toml +++ b/packwiz/traincraft/index.toml @@ -1,5 +1,10 @@ hash-format = "sha256" +[[files]] +file = "mods/badpackets.pw.toml" +hash = "e5a68e0e0d90aac1d965ab7cab5858c474e875be9012a7c8a3adf96420faa726" +metafile = true + [[files]] file = "mods/c2me-fabric.pw.toml" hash = "7721e78d990cc15c02f1a03cd6d7652ea995b271a3d19a6ae44829b4c69acbf0" @@ -119,3 +124,8 @@ metafile = true file = "mods/vmp-fabric.pw.toml" hash = "40f1effd2c65b6c6f9a1b5dfd0903c87df02b23da6b57f389f61f361ef86d425" metafile = true + +[[files]] +file = "mods/wthit.pw.toml" +hash = "51a1469a09df5c1587e5bce9170c1d3e665490ee74d695545b771c94fe90b0a0" +metafile = true diff --git a/packwiz/traincraft/mods/badpackets.pw.toml b/packwiz/traincraft/mods/badpackets.pw.toml new file mode 100644 index 0000000..5fbc3f1 --- /dev/null +++ b/packwiz/traincraft/mods/badpackets.pw.toml @@ -0,0 +1,13 @@ +name = "bad packets" +filename = "badpackets-fabric-0.4.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ftdbN0KK/versions/JjLWLyDz/badpackets-fabric-0.4.3.jar" +hash-format = "sha1" +hash = "87b7ef4e9c9bff0fd8cdcc79156e9c7ac7b26690" + +[update] +[update.modrinth] +mod-id = "ftdbN0KK" +version = "JjLWLyDz" diff --git a/packwiz/traincraft/mods/wthit.pw.toml b/packwiz/traincraft/mods/wthit.pw.toml new file mode 100644 index 0000000..bb2112b --- /dev/null +++ b/packwiz/traincraft/mods/wthit.pw.toml @@ -0,0 +1,13 @@ +name = "WTHIT" +filename = "wthit-fabric-8.4.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6AQIaxuO/versions/En1VEFqR/wthit-fabric-8.4.3.jar" +hash-format = "sha1" +hash = "9d8173263f824543dafb700fe0eb0c87a3425cc7" + +[update] +[update.modrinth] +mod-id = "6AQIaxuO" +version = "En1VEFqR" diff --git a/packwiz/traincraft/pack.toml b/packwiz/traincraft/pack.toml index 7be8888..9655fb1 100644 --- a/packwiz/traincraft/pack.toml +++ b/packwiz/traincraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0776b1ba4faaf7655c5c895c403d5adfa6c9f488549d13dfaf4e8bfdd81de8e0" +hash = "d0268c0b818e2a286b3d824dbaa8f954dda8dbb7d9fca672df806a02d09b4929" [versions] fabric = "0.15.3"