diff options
| author | seth <[email protected]> | 2023-07-06 14:13:29 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-06 14:13:29 -0400 |
| commit | 5997df00b02583f1aafc16fcb9ddc84d2a4952db (patch) | |
| tree | b09a55fff81425fac6ec380ff18a9932dba8bcb5 | |
| parent | 438cd7910fcd158265f2c19dd39cf9190bc0b643 (diff) | |
feat: add e4mc
| -rw-r--r-- | index.toml | 10 | ||||
| -rw-r--r-- | mods/e4mc.pw.toml | 17 | ||||
| -rw-r--r-- | mods/qkl.pw.toml | 17 | ||||
| -rw-r--r-- | pack.toml | 2 |
4 files changed, 45 insertions, 1 deletions
@@ -58,6 +58,11 @@ hash = "0ada4f3b91ee6a4cd40c8e9bcb69a3d59c24ff3940762efca9253b269af1eb25" metafile = true [[files]] +file = "mods/e4mc.pw.toml" +hash = "79754546c2317b7106f1659ff37760137fec267a259088b640c55b6a2cc40a95" +metafile = true + +[[files]] file = "mods/entityculling.pw.toml" hash = "4b47562757100608c21dc1440a22175d83b1ebedaebf330c22cc04b951e7a477" metafile = true @@ -163,6 +168,11 @@ hash = "b4b155b62583a5b2df1e068248436c25523cafce20a7540d8cb4c95f8e2d0af7" metafile = true [[files]] +file = "mods/qkl.pw.toml" +hash = "df6057d2d83576d829d400c0b4b8c0fb486a829c59672c91a7f3c8279310935c" +metafile = true + +[[files]] file = "mods/qsl.pw.toml" hash = "8cacfddf1fba2b0254a13cd0c10c3ea06ca8bede720d728b1369f47bd91f7589" metafile = true 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" @@ -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" |
