From 08724e4d389bc0a891934bc3fbaf5af9d14b65c0 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 15 Oct 2023 16:45:35 -0400 Subject: [PATCH] Add Immersive Portals --- index.toml | 5 +++++ mods/immersiveportals.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/immersiveportals.pw.toml diff --git a/index.toml b/index.toml index ad369a4..886c208 100644 --- a/index.toml +++ b/index.toml @@ -237,6 +237,11 @@ file = "mods/immediatelyfast.pw.toml" hash = "7e9f6a5b564e4fbe92bff784eb13a2565eb5a631ed452cf9b8748e73935ae8b2" metafile = true +[[files]] +file = "mods/immersiveportals.pw.toml" +hash = "a9365fb589c69bd01828e3e672e4e9e5486e40ee164b62d2c69bc458670ea601" +metafile = true + [[files]] file = "mods/incendium.pw.toml" hash = "4278c84cdeeccd8c87fb43d4123b0aa81ba9b1f3303b2672a67dc3883126e71a" diff --git a/mods/immersiveportals.pw.toml b/mods/immersiveportals.pw.toml new file mode 100644 index 0000000..952be5b --- /dev/null +++ b/mods/immersiveportals.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Portals" +filename = "immersive-portals-3.3.3-mc1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zJpHMkdD/versions/7WoGbOtY/immersive-portals-3.3.3-mc1.20.1-fabric.jar" +hash-format = "sha1" +hash = "f48b63dd6ece4c17e6f7b84de3ae302e103438b5" + +[update] +[update.modrinth] +mod-id = "zJpHMkdD" +version = "7WoGbOtY" diff --git a/pack.toml b/pack.toml index 7e88170..22830b1 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 = "2b7330d8a0336ea3a4b78f7a2a6fca2bd4ec63f11d0b4ead912531b5ccc37fc5" +hash = "8cd20b5648157d910939fa1c04333dba387513cd75fad4e434a19b0e333d5067" [versions] minecraft = "1.20.1"