Add optimization mods
parent
8744028a50
commit
615f43e566
15
index.toml
15
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"
|
||||
|
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
Loading…
Reference in New Issue