From 7e246828c73f65ec30acc3784ae87ecfc05f4f15 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Sat, 4 Feb 2023 18:58:29 +0100 Subject: [PATCH] Added VCInteraction & Polymorph --- index.toml | 10 ++++++++++ mods/polymorph.pw.toml | 13 +++++++++++++ mods/voice-chat-interaction.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/polymorph.pw.toml create mode 100644 mods/voice-chat-interaction.pw.toml diff --git a/index.toml b/index.toml index acad5c0..0bf3357 100644 --- a/index.toml +++ b/index.toml @@ -530,6 +530,11 @@ file = "mods/pehkui.pw.toml" hash = "0c137fc602775302c23539446a7d562d9f2b903aa0a972b85314088d1f705492" metafile = true +[[files]] +file = "mods/polymorph.pw.toml" +hash = "a441c287441f57daa6336ad4606c6530320dd0881deb60efa2447a517fb95cd3" +metafile = true + [[files]] file = "mods/powah.pw.toml" hash = "ac6a4cf7efb81f4d8976caec374b680f69f79740cc93b5331abd35418f43299f" @@ -680,6 +685,11 @@ file = "mods/twigs.pw.toml" hash = "95d573e09df96d3d984e9c08fa809297f3fcb6ae19ec43983f665bb20f7ad446" metafile = true +[[files]] +file = "mods/voice-chat-interaction.pw.toml" +hash = "4a63451ef8d020713651dd9d364772595b0124138511a1a39c9b8c8e72e3c0c0" +metafile = true + [[files]] file = "mods/yigd.pw.toml" hash = "d50f1f988b35d7b788d945fece5e8605daac9c9b819a23f2ed3f87e9142f4a24" diff --git a/mods/polymorph.pw.toml b/mods/polymorph.pw.toml new file mode 100644 index 0000000..5861b43 --- /dev/null +++ b/mods/polymorph.pw.toml @@ -0,0 +1,13 @@ +name = "Polymorph" +filename = "polymorph-fabric-0.46.1+1.19.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tagwiZkJ/versions/cnPRpn78/polymorph-fabric-0.46.1%2B1.19.2.jar" +hash-format = "sha1" +hash = "18d55a12e532f82b59592b609ef41be8cb2c5c98" + +[update] +[update.modrinth] +mod-id = "tagwiZkJ" +version = "cnPRpn78" diff --git a/mods/voice-chat-interaction.pw.toml b/mods/voice-chat-interaction.pw.toml new file mode 100644 index 0000000..f7ffabe --- /dev/null +++ b/mods/voice-chat-interaction.pw.toml @@ -0,0 +1,13 @@ +name = "Voice Chat Interaction" +filename = "vcinteraction-1.19.2-1.0.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/qsSP2ZZ0/versions/ljZO4mJm/vcinteraction-1.19.2-1.0.3.jar" +hash-format = "sha1" +hash = "86f74011e6aca35d364eaabc60390d968488ce8d" + +[update] +[update.modrinth] +mod-id = "qsSP2ZZ0" +version = "ljZO4mJm" diff --git a/pack.toml b/pack.toml index 64d1b8a..bacb13b 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 = "0a03030c06eedc85fe9ebfd3564fca5e364b6adcee26c3a904e3458649ab0ac3" +hash = "a09b9196930e582d696dfca57a1935d42ae0f3f60d9526f16714749150c990d5" [versions] minecraft = "1.19.2"