From b40de051c7718cc5332f151cb449c4145b7aaf4d Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 14 Nov 2023 20:27:42 -0500 Subject: [PATCH] Version bump to 0.5.1 Mods Added: - Discord Integration - Immersive Engineering --- src/index.toml | 10 ++++++++++ src/mods/dcintegration.pw.toml | 13 +++++++++++++ src/mods/immersiveengineering.pw.toml | 13 +++++++++++++ src/pack.toml | 7 ++++--- 4 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 src/mods/dcintegration.pw.toml create mode 100644 src/mods/immersiveengineering.pw.toml diff --git a/src/index.toml b/src/index.toml index 83a7c98..f1f069b 100644 --- a/src/index.toml +++ b/src/index.toml @@ -223,6 +223,11 @@ file = "mods/cyclops-core.pw.toml" hash = "340d7223ddb9bf6a8601c70ed957a7de3d7b5d2b7a6ba151b410085677cd3da6" metafile = true +[[files]] +file = "mods/dcintegration.pw.toml" +hash = "e3eb48bc0470674b658c4d5cbf4f75558077e760e7dcd92bb9be620a790de71b" +metafile = true + [[files]] file = "mods/disenchantingforge.pw.toml" hash = "7f5d118219135a4a700e5b2527a2015b9c8382e97f88e51699db75411e626e56" @@ -328,6 +333,11 @@ file = "mods/iconexporter.pw.toml" hash = "e9570c9db5f578d2837d4d225254717a7a7b72e6c00e4b022fafb4a9dab73a70" metafile = true +[[files]] +file = "mods/immersiveengineering.pw.toml" +hash = "c2269a9e657db40350aea860ad7b115abbc8aaad5a131d68b503841751ad182b" +metafile = true + [[files]] file = "mods/industrial-foregoing.pw.toml" hash = "f13d3b44b9c97417f85e68620b14e080d46756713b90ee1a023d6f02b41c053b" diff --git a/src/mods/dcintegration.pw.toml b/src/mods/dcintegration.pw.toml new file mode 100644 index 0000000..167c8a0 --- /dev/null +++ b/src/mods/dcintegration.pw.toml @@ -0,0 +1,13 @@ +name = "Discord Integration" +filename = "dcintegration-forge-3.0.3-1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/rbJ7eS5V/versions/BEDf4LM0/dcintegration-forge-3.0.3-1.20.1.jar" +hash-format = "sha1" +hash = "bdbcf4a32cea4e62d36f445af458aaa0b4b58924" + +[update] +[update.modrinth] +mod-id = "rbJ7eS5V" +version = "BEDf4LM0" diff --git a/src/mods/immersiveengineering.pw.toml b/src/mods/immersiveengineering.pw.toml new file mode 100644 index 0000000..e809245 --- /dev/null +++ b/src/mods/immersiveengineering.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Engineering" +filename = "ImmersiveEngineering-1.20.1-10.0.0-169.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tIm2nV03/versions/uqGFpLXw/ImmersiveEngineering-1.20.1-10.0.0-169.jar" +hash-format = "sha1" +hash = "a9fbb70fee4ad68d0f860e711c4bae524117525f" + +[update] +[update.modrinth] +mod-id = "tIm2nV03" +version = "uqGFpLXw" diff --git a/src/pack.toml b/src/pack.toml index 2335ac2..c1457fe 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -1,17 +1,18 @@ name = "GalacticFactory" author = "GalacticFactory" -version = "0.5.0" +version = "0.5.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4c90e462386c77e3eacedd4a289fc0e57693f47e6fa8b8673a62ec02b6084a90" +hash = "decd107db7bf4eeef92e43b6de84fe62dc88cc757d24c365e0553dac822a164d" [versions] forge = "47.2.0" minecraft = "1.20.1" -unsup = "0.2.0" +neoforge = "47.2.0" +unsup = "0.2.3" [options] acceptable-game-versions = ["1.20.1"]