From 5997df00b02583f1aafc16fcb9ddc84d2a4952db Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 6 Jul 2023 14:13:29 -0400 Subject: feat: add e4mc --- index.toml | 10 ++++++++++ mods/e4mc.pw.toml | 17 +++++++++++++++++ mods/qkl.pw.toml | 17 +++++++++++++++++ pack.toml | 2 +- 4 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 mods/e4mc.pw.toml create mode 100644 mods/qkl.pw.toml diff --git a/index.toml b/index.toml index 75c5772..0761850 100644 --- a/index.toml +++ b/index.toml @@ -57,6 +57,11 @@ file = "mods/dynamic-fps.pw.toml" hash = "0ada4f3b91ee6a4cd40c8e9bcb69a3d59c24ff3940762efca9253b269af1eb25" metafile = true +[[files]] +file = "mods/e4mc.pw.toml" +hash = "79754546c2317b7106f1659ff37760137fec267a259088b640c55b6a2cc40a95" +metafile = true + [[files]] file = "mods/entityculling.pw.toml" hash = "4b47562757100608c21dc1440a22175d83b1ebedaebf330c22cc04b951e7a477" @@ -162,6 +167,11 @@ file = "mods/ok-zoomer.pw.toml" hash = "b4b155b62583a5b2df1e068248436c25523cafce20a7540d8cb4c95f8e2d0af7" metafile = true +[[files]] +file = "mods/qkl.pw.toml" +hash = "df6057d2d83576d829d400c0b4b8c0fb486a829c59672c91a7f3c8279310935c" +metafile = true + [[files]] file = "mods/qsl.pw.toml" hash = "8cacfddf1fba2b0254a13cd0c10c3ea06ca8bede720d728b1369f47bd91f7589" diff --git a/mods/e4mc.pw.toml b/mods/e4mc.pw.toml new file mode 100644 index 0000000..2ecc846 --- /dev/null +++ b/mods/e4mc.pw.toml @@ -0,0 +1,17 @@ +name = "e4mc" +filename = "e4mc-3.2.0+1.19.4-fabric.jar" +side = "client" + +[option] +optional = true +description = "very cool way to play mc with friends" + +[download] +url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/jWzkvN1j/e4mc-3.2.0%2B1.19.4-fabric.jar" +hash-format = "sha1" +hash = "601600a3977a9a60b1eb4fb293e5252467922bfa" + +[update] +[update.modrinth] +mod-id = "qANg5Jrr" +version = "jWzkvN1j" diff --git a/mods/qkl.pw.toml b/mods/qkl.pw.toml new file mode 100644 index 0000000..947c9d2 --- /dev/null +++ b/mods/qkl.pw.toml @@ -0,0 +1,17 @@ +name = "Quilt Kotlin Libraries (QKL)" +filename = "quilt-kotlin-libraries-2.0.2+kt.1.8.20+flk.1.9.3.jar" +side = "both" + +[option] +optional = true +description = "enable this if you use e4mc" + +[download] +url = "https://cdn.modrinth.com/data/lwVhp9o5/versions/weDX41J0/quilt-kotlin-libraries-2.0.2%2Bkt.1.8.20%2Bflk.1.9.3.jar" +hash-format = "sha1" +hash = "7f2ba903cc67e0b2640a63438896b3d2293b6e87" + +[update] +[update.modrinth] +mod-id = "lwVhp9o5" +version = "weDX41J0" diff --git a/pack.toml b/pack.toml index c9b464c..134b02f 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 = "37fedf984aaf76e0e8bcad4754d8866ce73fed0a89c01004bb3183bcb4d9380c" +hash = "fccb9cc6a1fd5bfb0c3dcdaec75174232e63a8690924b90eeb09dfaa953c10f5" [versions] minecraft = "1.19.4" -- cgit v1.2.3