From 615f43e56699a6ca2cc4a9e0511f2427445b3244 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Mon, 24 Feb 2025 14:28:30 +0100 Subject: [PATCH] Add optimization mods --- index.toml | 15 +++++++++++++++ mods/entityculling.pw.toml | 13 +++++++++++++ mods/immediatelyfast.pw.toml | 13 +++++++++++++ mods/modelfix.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/entityculling.pw.toml create mode 100644 mods/immediatelyfast.pw.toml create mode 100644 mods/modelfix.pw.toml diff --git a/index.toml b/index.toml index db90be8..8960d07 100644 --- a/index.toml +++ b/index.toml @@ -183,6 +183,11 @@ file = "mods/emi.pw.toml" hash = "48b7bf8cff4f625864347ac4de0311b50fd867da54cf732d51b165b09a1b2af3" metafile = true +[[files]] +file = "mods/entityculling.pw.toml" +hash = "c3bf7d6d25260b023f8cd2906527bf2ddfe36eb7929894ac0ae6d61abe2328cd" +metafile = true + [[files]] file = "mods/eureka.pw.toml" hash = "8ea11b348e14a256d830dd40f0e1d6736d069a8cc1e0b2a6747db6256be5247f" @@ -248,6 +253,11 @@ file = "mods/iceberg.pw.toml" hash = "f669b069214a8e88d17066ff6715fe131568cd190450ba408b4c2c5479a1a263" metafile = true +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "b24899fa80266f775c2a5ad945f01fced39a3d747ac633cdd20f52cb9c921aac" +metafile = true + [[files]] file = "mods/incendium.pw.toml" hash = "0f83be0761e0014686517c20f2850242152dd7a26e87088d869028bc40a8a125" @@ -298,6 +308,11 @@ file = "mods/lithostitched.pw.toml" hash = "95c6186b4eb881f1bf6beea9aedefcc73388e4c301754e65722d85764243318b" metafile = true +[[files]] +file = "mods/modelfix.pw.toml" +hash = "435267c3230ba1439f50fa32c3ed3993a4123f870681451aa95acdde5d52622e" +metafile = true + [[files]] file = "mods/modmenu.pw.toml" hash = "d7145fd1bd8b4bb6a3b84652a96a68870fb3ab32230f27520bb9362fd17ec39f" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml new file mode 100644 index 0000000..f4b126a --- /dev/null +++ b/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling" +filename = "entityculling-fabric-1.7.2-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/naHGCw23/entityculling-fabric-1.7.2-mc1.20.1.jar" +hash-format = "sha512" +hash = "27aa520f2e5ee881ce95f4925f7a0acea530555b1c5e312a05e961cbd3f874ffe88db26b2b072c6698c0ea469b4944f6451e388f69fbf6c5efb4866a18aa6ef3" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "naHGCw23" diff --git a/mods/immediatelyfast.pw.toml b/mods/immediatelyfast.pw.toml new file mode 100644 index 0000000..68864b5 --- /dev/null +++ b/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.3.4+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/Oub8JunR/ImmediatelyFast-Fabric-1.3.4%2B1.20.4.jar" +hash-format = "sha512" +hash = "ecd5b9a962c06edb8a69dae93a7d98bc2aa101d8ed3dbfded786e2186d9d5c9b1ec55a36a998543c3da6580939cfa2761361f7b86e9657bb8a10a8cfa9f325d0" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "Oub8JunR" diff --git a/mods/modelfix.pw.toml b/mods/modelfix.pw.toml new file mode 100644 index 0000000..e51aac3 --- /dev/null +++ b/mods/modelfix.pw.toml @@ -0,0 +1,13 @@ +name = "Model Gap Fix" +filename = "modelfix-1.15-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/QdG47OkI/versions/GkLb4bRl/modelfix-1.15-fabric.jar" +hash-format = "sha512" +hash = "8724fe22274465f38129f81babb97b7fff68e89b0c88e22a2acbd801ddbeb0210864c2774377fe7b69b917db5889677c1b0d67084f4847cab0f7bd3203e187d4" + +[update] +[update.modrinth] +mod-id = "QdG47OkI" +version = "GkLb4bRl" diff --git a/pack.toml b/pack.toml index a35449c..b9d742a 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 = "56d2e69ba9c2c955770049efa6e30c34e76e8404f531cca3c402ac3ff1ac3080" +hash = "6fb10f8eba34c7a2ca3db59c802981ea8498c87e9931a75cd2b1dc2bf6cf0136" [versions] fabric = "0.16.10"