From 4e974ab7c3412624bc73d7e2c48cad7986b493ee Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Tue, 16 Jul 2024 16:03:32 -0400 Subject: [PATCH] Version bump to 0.8.18 Mods added: - Dynamic Trees - Immersive UI --- src/index.toml | 10 ++++++++++ src/mods/dynamictrees.pw.toml | 13 +++++++++++++ src/mods/immersive-ui.pw.toml | 13 +++++++++++++ src/pack.toml | 4 ++-- 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 src/mods/dynamictrees.pw.toml create mode 100644 src/mods/immersive-ui.pw.toml diff --git a/src/index.toml b/src/index.toml index 057aff1..6b30cd3 100644 --- a/src/index.toml +++ b/src/index.toml @@ -587,6 +587,11 @@ file = "mods/draconic-evolution.pw.toml" hash = "ddba5c58ec0f4417e91ca3158906d829c1ed6221ae6e9008735630158f3cd97f" metafile = true +[[files]] +file = "mods/dynamictrees.pw.toml" +hash = "b86641f8006687954358124289ef4577f96c1c0d58556a874b8f00c51542e30a" +metafile = true + [[files]] file = "mods/eccentric-tome.pw.toml" hash = "ae5ed48aa97aebbb0daac8b58190a465d46ad563a8a154eab028e6f24e88d44e" @@ -752,6 +757,11 @@ file = "mods/iconexporter.pw.toml" hash = "8dd8ae4e079d1b1857727f0a9435376fe282ca72bed0acc9efa8db881c100add" metafile = true +[[files]] +file = "mods/immersive-ui.pw.toml" +hash = "5102f261b8f95439d1026c2b119a4928bd7c3c2ba1fdf19f314d2a76e69e1580" +metafile = true + [[files]] file = "mods/immersiveengineering.pw.toml" hash = "3b81ebee6bc906cafb94a30b77583b865c1a88ad4bdfb0e9fb3555c9577f136a" diff --git a/src/mods/dynamictrees.pw.toml b/src/mods/dynamictrees.pw.toml new file mode 100644 index 0000000..329e6d0 --- /dev/null +++ b/src/mods/dynamictrees.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Trees" +filename = "DynamicTrees-1.20.1-1.3.0-BETA11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vdjF5PL5/versions/LipKJRFX/DynamicTrees-1.20.1-1.3.0-BETA11.jar" +hash-format = "sha1" +hash = "cd127b8328b639b88f2e61f6880f7919a98e7619" + +[update] +[update.modrinth] +mod-id = "vdjF5PL5" +version = "LipKJRFX" diff --git a/src/mods/immersive-ui.pw.toml b/src/mods/immersive-ui.pw.toml new file mode 100644 index 0000000..86b639f --- /dev/null +++ b/src/mods/immersive-ui.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive UI" +filename = "immersiveui-forge-0.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9wv7LuMc/versions/N7YSAxPo/immersiveui-forge-0.1.1.jar" +hash-format = "sha1" +hash = "e8176c7689016e02de2d2d814fc35a9906944f02" + +[update] +[update.modrinth] +mod-id = "9wv7LuMc" +version = "N7YSAxPo" diff --git a/src/pack.toml b/src/pack.toml index 501dd65..7cae4d2 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -1,12 +1,12 @@ name = "GalacticFactory" author = "GalacticFactory" -version = "0.8.17" +version = "0.8.18" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "09d412933d8a210a20db7258fb4e4fb3a61d5415f66aef4cff1e13ccdb551df9" +hash = "41a70d73e3b3b90c42e2c9a27c095e67b35ad3bd046cec6bad3780b2242067c0" [versions] forge = "47.3.0"