From 7c0544e4be71e3a4ac0a4268336d8ea4020a5ba2 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 28 Nov 2023 19:21:51 -0500 Subject: [PATCH] Version bump to 0.6.18 Mods added: - Advanced Peripherals --- src/index.toml | 5 +++++ src/mods/advanced-peripherals.pw.toml | 13 +++++++++++++ src/pack.toml | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 src/mods/advanced-peripherals.pw.toml diff --git a/src/index.toml b/src/index.toml index 75fe7ff..be1af62 100644 --- a/src/index.toml +++ b/src/index.toml @@ -229,6 +229,11 @@ file = "mods/ad-astra.pw.toml" hash = "705a59232972110ef672922786c6f38399d2a9c95cd5b3ded338379939931304" metafile = true +[[files]] +file = "mods/advanced-peripherals.pw.toml" +hash = "8287fd8d32b5277804e6d52a7f720229f79176289a18af884f9a67e120d4424b" +metafile = true + [[files]] file = "mods/ae2-things-forge.pw.toml" hash = "8f7696617249a4be35a9d1a2caecce4e17bbffe823f904d10c6fc8b72c4352ca" diff --git a/src/mods/advanced-peripherals.pw.toml b/src/mods/advanced-peripherals.pw.toml new file mode 100644 index 0000000..28374f0 --- /dev/null +++ b/src/mods/advanced-peripherals.pw.toml @@ -0,0 +1,13 @@ +name = "Advanced Peripherals" +filename = "AdvancedPeripherals-1.20.1-0.7.35b.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c433e7a01b9d9718059886107a5a8a0eb0701f5b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4896160 +project-id = 431725 diff --git a/src/pack.toml b/src/pack.toml index ed60894..32ff75e 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -1,12 +1,12 @@ name = "GalacticFactory" author = "GalacticFactory" -version = "0.6.17" +version = "0.6.18" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ae630d98378638ef454db51157402107bda5a82bdbc73b1da47b1d19f52a9ac2" +hash = "9e3f9ad719dc18578f68d21e4759793902019c330678566299fb73fb2381ec95" [versions] forge = "47.2.0"