From 18fb788d7b5f8676166e5a1f6c7aa7aef2b7a575 Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Tue, 28 May 2024 20:30:31 -0400 Subject: [PATCH] 1.0.5: Added Tempad, Bewitchment, Dave's Potioneering --- index.toml | 20 ++++++++++++++++++++ mods/bewitchment.pw.toml | 13 +++++++++++++ mods/daves-potioneering.pw.toml | 13 +++++++++++++ mods/pehkui.pw.toml | 13 +++++++++++++ mods/tempad.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 6 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 mods/bewitchment.pw.toml create mode 100644 mods/daves-potioneering.pw.toml create mode 100644 mods/pehkui.pw.toml create mode 100644 mods/tempad.pw.toml diff --git a/index.toml b/index.toml index 9abc18d..e215148 100644 --- a/index.toml +++ b/index.toml @@ -126,6 +126,11 @@ file = "mods/betterf3.pw.toml" hash = "5e3ee3550327d6b3545abc363325056c9fc09fb4d48a841e32da2da54c7f74c9" metafile = true +[[files]] +file = "mods/bewitchment.pw.toml" +hash = "2a2c7b00cfe1337318d55a4b8864dc14f6fc34c6d25825c3a23af983fe8abc89" +metafile = true + [[files]] file = "mods/bl4cks-sit.pw.toml" hash = "91d5dd2f8f16d8765e275d4f814a9b6cd155b0d9b3b0d89d93b54ffbda4a0440" @@ -281,6 +286,11 @@ file = "mods/ct-overhaul-village.pw.toml" hash = "d8a462b09861cd251d7d4e4f971454b89496f4e8624dd2cc59073ccf7c9c4738" metafile = true +[[files]] +file = "mods/daves-potioneering.pw.toml" +hash = "19e05043dcd96dc3788091e87ebe4a7227bbcd3e288c0e8afd624571274830d4" +metafile = true + [[files]] file = "mods/dawn.pw.toml" hash = "e6cd8a58a2938b799035c66df16b440db0edf09c798978b8e857a6a27e8a6474" @@ -776,6 +786,11 @@ file = "mods/peek.pw.toml" hash = "71f63be5739cdbf9aebaa75fe93f7d98a3296c34f1a0f62f3be8c3dd963fd62a" metafile = true +[[files]] +file = "mods/pehkui.pw.toml" +hash = "ccf45e24adda3b710b9c7f5064d31320b8d059c42c116b74e23d516ec451665a" +metafile = true + [[files]] file = "mods/polymorph.pw.toml" hash = "5f90796765960f0fd2983895ceb3f345bd723ff826d24b4f291fa6256f4ce002" @@ -946,6 +961,11 @@ file = "mods/tax-free-levels.pw.toml" hash = "751551d8ce556a64e31a9c8f4e27c4997e8c1806e7eccab468977adcb6736941" metafile = true +[[files]] +file = "mods/tempad.pw.toml" +hash = "0a3a680ed7c131426ffe490a94bb7d35e456fd586c83a8fb321b0a77e1eb6eb2" +metafile = true + [[files]] file = "mods/terrablender.pw.toml" hash = "83d94a056463020f5bab89ba5def37f0090aa9abf7f6045a7e859ea7250be18b" diff --git a/mods/bewitchment.pw.toml b/mods/bewitchment.pw.toml new file mode 100644 index 0000000..ba87696 --- /dev/null +++ b/mods/bewitchment.pw.toml @@ -0,0 +1,13 @@ +name = "Bewitchment" +filename = "bewitchment-1.20-8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AKbBSvuC/versions/VfLIEAtK/bewitchment-1.20-8.jar" +hash-format = "sha1" +hash = "3ebc94b1047bfb03005c37bb0254f6ca6f5931e1" + +[update] +[update.modrinth] +mod-id = "AKbBSvuC" +version = "VfLIEAtK" diff --git a/mods/daves-potioneering.pw.toml b/mods/daves-potioneering.pw.toml new file mode 100644 index 0000000..a30081c --- /dev/null +++ b/mods/daves-potioneering.pw.toml @@ -0,0 +1,13 @@ +name = "Dave's Potioneering" +filename = "davespotioneering-fabric-1.20.1-1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/TaH1eXdZ/versions/5uTCVLIE/davespotioneering-fabric-1.20.1-1.jar" +hash-format = "sha1" +hash = "f57c6e68ae7475353ad19f95b90d9dad36ca9425" + +[update] +[update.modrinth] +mod-id = "TaH1eXdZ" +version = "5uTCVLIE" diff --git a/mods/pehkui.pw.toml b/mods/pehkui.pw.toml new file mode 100644 index 0000000..3afa978 --- /dev/null +++ b/mods/pehkui.pw.toml @@ -0,0 +1,13 @@ +name = "Pehkui" +filename = "Pehkui-3.8.1+1.14.4-1.20.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/zrzf8aXg/Pehkui-3.8.1%2B1.14.4-1.20.6.jar" +hash-format = "sha1" +hash = "7be18dd13d36283433c02f5922659dbd2fbe38f9" + +[update] +[update.modrinth] +mod-id = "t5W7Jfwy" +version = "zrzf8aXg" diff --git a/mods/tempad.pw.toml b/mods/tempad.pw.toml new file mode 100644 index 0000000..7a2fa5b --- /dev/null +++ b/mods/tempad.pw.toml @@ -0,0 +1,13 @@ +name = "Tempad" +filename = "tempad-fabric-1.20.1-2.3.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gKNwt7xu/versions/lr4ivb6F/tempad-fabric-1.20.1-2.3.3.jar" +hash-format = "sha1" +hash = "95cdaff2a51aedcaf3abe5b5f5423f4e830ba420" + +[update] +[update.modrinth] +mod-id = "gKNwt7xu" +version = "lr4ivb6F" diff --git a/pack.toml b/pack.toml index 4b51fdd..9f6c335 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 = "6c1bb0b97eeaae27d6cca8024943f7ec8c320021d94a97467fd8cc0e3231a9a0" +hash = "e8197672888942e773c20c7e04b165ed338bbaee09248da9bd87b08bd6b60f77" [versions] fabric = "0.15.11"