From 99275e1cb969b6882024b9a1209b25a736acb12a Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 18 Nov 2023 22:34:31 -0500 Subject: [PATCH] Version bump to 0.6.6 Mods added: - Scaling Health - SilentLib --- src/index.toml | 10 ++++++++++ src/mods/scaling-health.pw.toml | 13 +++++++++++++ src/mods/silent-lib.pw.toml | 13 +++++++++++++ src/pack.toml | 4 ++-- 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 src/mods/scaling-health.pw.toml create mode 100644 src/mods/silent-lib.pw.toml diff --git a/src/index.toml b/src/index.toml index 8164a75..0a5bf2c 100644 --- a/src/index.toml +++ b/src/index.toml @@ -908,6 +908,11 @@ file = "mods/ryoamiclights.pw.toml" hash = "2de18141e3945b3cd40d37c20f26ac9c25f55641d7c2a048508ed3efa35a67a0" metafile = true +[[files]] +file = "mods/scaling-health.pw.toml" +hash = "6d70441c6c5d3efe8b3cf49851c8c78c6f26956c11afa4c6ee3d91fcbefecf5f" +metafile = true + [[files]] file = "mods/scannable.pw.toml" hash = "6e62d24584603de6f35af3599681d71d20fa20f59dd8206042bb7026b7021a4f" @@ -933,6 +938,11 @@ file = "mods/serene-seasons.pw.toml" hash = "84ba27cb7bd05174860dba55739d5252f74effd0d77e16383b6c46052fb1774b" metafile = true +[[files]] +file = "mods/silent-lib.pw.toml" +hash = "7f281333e1c573bc3673446c291d82f3137bfc7de6a5256d61417f67be7b40bc" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "9a1dca71295a1ea781f70b92d1657ca2b9e957a98d4d498af15e529b602e9904" diff --git a/src/mods/scaling-health.pw.toml b/src/mods/scaling-health.pw.toml new file mode 100644 index 0000000..fcd7f36 --- /dev/null +++ b/src/mods/scaling-health.pw.toml @@ -0,0 +1,13 @@ +name = "Scaling Health" +filename = "ScalingHealth-1.20.1-8.0.1+8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8b4eedce755d71e70271548d185c733a81381794" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4669277 +project-id = 248027 diff --git a/src/mods/silent-lib.pw.toml b/src/mods/silent-lib.pw.toml new file mode 100644 index 0000000..9728c0b --- /dev/null +++ b/src/mods/silent-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Silent Lib (silentlib)" +filename = "silent-lib-1.20.1-8.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6614c90b3d5b64eaa5509921ee861827c37b9bca" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4585754 +project-id = 242998 diff --git a/src/pack.toml b/src/pack.toml index 6ddc99f..53eb8f8 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -1,12 +1,12 @@ name = "GalacticFactory" author = "GalacticFactory" -version = "0.6.5" +version = "0.6.6" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4af2691a379bbf7371f3018c5c4b9fb9bb9049c6db349222316dd80e14b55270" +hash = "90ced9a4eb3ca4c31b5bec46e7a79e0e0c722caec035c20877a917e1d3f1274d" [versions] forge = "47.2.0"