From 3e4647bbdc7260fe47231d256a810f719d73cf02 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 16 Nov 2023 17:16:00 -0500 Subject: [PATCH] Version bump to 0.5.14 Mods added: - Ad Astra - Botarium Mods removed: - Beyond Earth - Breaks KubeJS --- src/index.toml | 15 ++++++++++----- src/mods/ad-astra.pw.toml | 13 +++++++++++++ src/mods/beyond-earth.pw.toml | 13 ------------- src/mods/botarium.pw.toml | 13 +++++++++++++ src/pack.toml | 4 ++-- 5 files changed, 38 insertions(+), 20 deletions(-) create mode 100644 src/mods/ad-astra.pw.toml delete mode 100644 src/mods/beyond-earth.pw.toml create mode 100644 src/mods/botarium.pw.toml diff --git a/src/index.toml b/src/index.toml index 9559402..9f57994 100644 --- a/src/index.toml +++ b/src/index.toml @@ -112,6 +112,11 @@ file = "mods/achievements-optimizer.pw.toml" hash = "75889cd64eaaa53e048df6796dba423aed5aa7fdbf2c82c262ad59eaf5a29c85" metafile = true +[[files]] +file = "mods/ad-astra.pw.toml" +hash = "297bdd961c91a416b8bbaa049ec0554db14e0db2c22cdd0b1d872ba067a73a02" +metafile = true + [[files]] file = "mods/ae2-things-forge.pw.toml" hash = "8f7696617249a4be35a9d1a2caecce4e17bbffe823f904d10c6fc8b72c4352ca" @@ -182,11 +187,6 @@ file = "mods/betterf3.pw.toml" hash = "ca52b58cf0540bcec5d8b0318cddb371683b6f3f87ad9b925ff600ddd330f461" metafile = true -[[files]] -file = "mods/beyond-earth.pw.toml" -hash = "2ede10b44ab74c895ac3af5261063ed75fea929965db4951e9559e3e839d3da8" -metafile = true - [[files]] file = "mods/biomes-o-plenty.pw.toml" hash = "b0119b17c7c9a075780d55dc87749942a835365db5578102d6250db8875e8267" @@ -202,6 +202,11 @@ file = "mods/borderless.pw.toml" hash = "a14e9890eca705a0f01d1825bd1b26501a0b99db4f112296382819171441e87d" metafile = true +[[files]] +file = "mods/botarium.pw.toml" +hash = "8e1ac677b0fa6dbb1aa9225e12ec2915f853ca41a6611dd802c988a03457e4f6" +metafile = true + [[files]] file = "mods/builtin-servers.pw.toml" hash = "40398fcc68b7ec1bc36582dce0e04a3cc7bdbb58a641bc28fe0b72de80d805f2" diff --git a/src/mods/ad-astra.pw.toml b/src/mods/ad-astra.pw.toml new file mode 100644 index 0000000..facb87d --- /dev/null +++ b/src/mods/ad-astra.pw.toml @@ -0,0 +1,13 @@ +name = "Ad Astra" +filename = "ad_astra-forge-1.20.1-1.15.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/AUgYW5MG/ad_astra-forge-1.20.1-1.15.4.jar" +hash-format = "sha1" +hash = "3730a4fafb3f2432226ee195f133ac39949519f6" + +[update] +[update.modrinth] +mod-id = "3ufwT9JF" +version = "AUgYW5MG" diff --git a/src/mods/beyond-earth.pw.toml b/src/mods/beyond-earth.pw.toml deleted file mode 100644 index df870de..0000000 --- a/src/mods/beyond-earth.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Beyond Earth [Forge]" -filename = "Beyond-Earth-1.20.1-7.0-SNAPSHOT.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "0355e26328cc3f1c471b265a5cb717acde7027a7" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4862818 -project-id = 377448 diff --git a/src/mods/botarium.pw.toml b/src/mods/botarium.pw.toml new file mode 100644 index 0000000..2c90269 --- /dev/null +++ b/src/mods/botarium.pw.toml @@ -0,0 +1,13 @@ +name = "Botarium" +filename = "botarium-forge-1.20.1-2.2.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/kLa36Hso/botarium-forge-1.20.1-2.2.1.jar" +hash-format = "sha1" +hash = "d0d985e3ad275c68f8140520312062e41cca37e7" + +[update] +[update.modrinth] +mod-id = "2u6LRnMa" +version = "kLa36Hso" diff --git a/src/pack.toml b/src/pack.toml index ec308f7..53c320a 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -1,12 +1,12 @@ name = "GalacticFactory" author = "GalacticFactory" -version = "0.5.13" +version = "0.5.14" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "528fb2bf8211c42d6145e60a5f5f841fa6fa069f5b32042710fc5a88b01201ce" +hash = "12d54c234cabe26c156ebed5f12b19429d35284b4ac335b0dda60703a6eb07dc" [versions] forge = "47.2.0"