From 4d55bde75a35707c418845e141d9e4073846012d Mon Sep 17 00:00:00 2001 From: pinchese Date: Fri, 22 Jul 2022 19:16:30 -0500 Subject: [PATCH] add wthit & presence footsteps --- index.toml | 15 +++++++++++++++ mods/badpackets.pw.toml | 13 +++++++++++++ mods/presence-footsteps.pw.toml | 13 +++++++++++++ mods/wthit.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/badpackets.pw.toml create mode 100644 mods/presence-footsteps.pw.toml create mode 100644 mods/wthit.pw.toml diff --git a/index.toml b/index.toml index 68bbe9d..418c473 100644 --- a/index.toml +++ b/index.toml @@ -24,6 +24,11 @@ file = "mods/auth-me.pw.toml" hash = "692b29d2515b168bc42b0795271e41cfa9f245b914dc59b6f5fc649513c931a3" metafile = true +[[files]] +file = "mods/badpackets.pw.toml" +hash = "be4a87d6527bbe07b2e6d38e32995779bd5760340505f58391e6318f16ca3f0d" +metafile = true + [[files]] file = "mods/bclib.pw.toml" hash = "2f5ef6eda6aa829f6fc70cc4d16da89acebc933709d666fd382d848c841b6c86" @@ -264,6 +269,11 @@ file = "mods/plasmo-voice.pw.toml" hash = "705c1f5bbff2195bc12951e8c557c1c7144f1a51a80834d3acf2ba0a4bbe47e8" metafile = true +[[files]] +file = "mods/presence-footsteps.pw.toml" +hash = "10affce7c1c9de85819a839b177979f414be3a6bb65e4033b30b425cce3fb3fd" +metafile = true + [[files]] file = "mods/puzzle.pw.toml" hash = "dfbb7a288ce0cf635b6862c4a19cf49db0729368c02bc3fec2d9bb1c69b34fcc" @@ -319,6 +329,11 @@ file = "mods/trinkets.pw.toml" hash = "712e87884c53ad1c8891e7ea384318750051684144972ad11a15c44cf327a864" metafile = true +[[files]] +file = "mods/wthit.pw.toml" +hash = "6f6f9795b9317427dce5d7d4970ed71307b0141b8490cdcef1b19a4c8c100c66" +metafile = true + [[files]] file = "mods/yosbr.pw.toml" hash = "003dee7fef878abc298c3c6589b7b21e8922def090c9cf8259ae8c6aacc0946f" diff --git a/mods/badpackets.pw.toml b/mods/badpackets.pw.toml new file mode 100644 index 0000000..d5b6694 --- /dev/null +++ b/mods/badpackets.pw.toml @@ -0,0 +1,13 @@ +name = "bad packets" +filename = "badpackets-fabric-0.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "098653c88addec413623a78c20e2f001e5647079" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3773641 +project-id = 615134 diff --git a/mods/presence-footsteps.pw.toml b/mods/presence-footsteps.pw.toml new file mode 100644 index 0000000..3f92bce --- /dev/null +++ b/mods/presence-footsteps.pw.toml @@ -0,0 +1,13 @@ +name = "Presence Footsteps [Fabric]" +filename = "PresenceFootsteps-1.5.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cb2d3e9ec90597df161f90fb5c12bce47f99fce5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3851656 +project-id = 334259 diff --git a/mods/wthit.pw.toml b/mods/wthit.pw.toml new file mode 100644 index 0000000..083690d --- /dev/null +++ b/mods/wthit.pw.toml @@ -0,0 +1,13 @@ +name = "WTHIT" +filename = "wthit-fabric-4.11.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c26ef360f6246d0d13d7c19b7537548df2fa2212" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3834227 +project-id = 440979 diff --git a/pack.toml b/pack.toml index b5d66aa..7219e0d 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 = "a3eefe10f822fc35620171b00473f37187f83ecb39cf3472e190178739084373" +hash = "b8ae632f35b9c757d59500a16e1931f9484e9c38057c504a03054c1a56d080f2" [versions] fabric = "0.14.8"