From f1aae6a2e628d226bca015b2c8cc433f339a0b61 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 16 Oct 2023 02:20:24 -0400 Subject: [PATCH] Add Immersive Structures --- index.toml | 5 +++++ mods/immersive-structures.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/immersive-structures.pw.toml diff --git a/index.toml b/index.toml index 4af2399..731d908 100644 --- a/index.toml +++ b/index.toml @@ -282,6 +282,11 @@ file = "mods/immediatelyfast.pw.toml" hash = "7e9f6a5b564e4fbe92bff784eb13a2565eb5a631ed452cf9b8748e73935ae8b2" metafile = true +[[files]] +file = "mods/immersive-structures.pw.toml" +hash = "87184da0fbda69dd2d209f9597beca5241893eb32e3e3d07356d1be3afa496b8" +metafile = true + [[files]] file = "mods/incendium.pw.toml" hash = "4278c84cdeeccd8c87fb43d4123b0aa81ba9b1f3303b2672a67dc3883126e71a" diff --git a/mods/immersive-structures.pw.toml b/mods/immersive-structures.pw.toml new file mode 100644 index 0000000..bcb89ef --- /dev/null +++ b/mods/immersive-structures.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive structures" +filename = "imst-2.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CVBAErky/versions/C1fCIQSh/imst-2.1.0.jar" +hash-format = "sha1" +hash = "1a239310e4020679338322ba9c7108305aa2a684" + +[update] +[update.modrinth] +mod-id = "CVBAErky" +version = "C1fCIQSh" diff --git a/pack.toml b/pack.toml index 74c8fd7..be37996 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 = "df0d9520762a5a7caae914fd86785242cf8fecb1e04529c4b6229fdef952f25b" +hash = "3dc18454697b3e3bb2b8866f1968122247f2a271ff6c02e19ab96c04268fa5e5" [versions] minecraft = "1.20.1"