diff options
| author | Felix Perktold <> | 2026-09-02 14:54:37 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-09-02 14:54:37 +0000 |
| commit | 073e3397fcab300ae94b2d5f198bed59de1a4e1b (patch) | |
| tree | 1dadb952b93f6d3ba6f64fe3aac7eba470ec3542 | |
| parent | d80cc6f130daf1a7d02b63099380469336e7bf11 (diff) | |
| -rw-r--r-- | index.toml | 5 | ||||
| -rw-r--r-- | mods/immersive-optimization.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -705,6 +705,11 @@ hash = "6609bbf9ad34d9ef90ebb9c8bf7ec1617ce83699f7db37018ce4fb132b6caf80" metafile = true [[files]] +file = "mods/immersive-optimization.pw.toml" +hash = "0fb754a6e66172625e7a4d3a0825634dd724fd75353a97178b10f41985c62c7b" +metafile = true + +[[files]] file = "mods/indium.pw.toml" hash = "cb85864ff2d3936a5ab4f7e7ccf763dbda0153412ba52c95a63b29677a012aaf" metafile = true diff --git a/mods/immersive-optimization.pw.toml b/mods/immersive-optimization.pw.toml new file mode 100644 index 0000000..cac3e29 --- /dev/null +++ b/mods/immersive-optimization.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Optimization" +filename = "immersive_optimization-fabric-1.20.1-0.2.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/vNZgQmjg/versions/OzxVYXCN/immersive_optimization-fabric-1.20.1-0.2.0.jar" +hash-format = "sha512" +hash = "2cfabf816dd763abe8c63b5eb6b9e7fd2da8f9601fac1a0cf89bab87e75a8bbba958377d815afa8f3dda5551b256c04fb8f95a014368507b337471322a0efa1e" + +[update] +[update.modrinth] +mod-id = "vNZgQmjg" +version = "OzxVYXCN" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "7b79747ac07b7e7bdd252b458497918974054ff4a4a6379330b5f36747c511d2" +hash = "623d120b8f9f2d0439331f03cf1625f8fdb0ab3bde4fe25fc0b101114c45b04e" [versions] fabric = "0.19.3" |
