Version bump to 0.6.6
Mods added: - Scaling Health - SilentLib
This commit is contained in:
parent
10a05f33df
commit
99275e1cb9
4 changed files with 38 additions and 2 deletions
|
@ -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"
|
||||
|
|
13
src/mods/scaling-health.pw.toml
Normal file
13
src/mods/scaling-health.pw.toml
Normal file
|
@ -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
|
13
src/mods/silent-lib.pw.toml
Normal file
13
src/mods/silent-lib.pw.toml
Normal file
|
@ -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
|
|
@ -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"
|
||||
|
|
Reference in a new issue