Version bump to 0.7.19
All checks were successful
Autotagger / Autotagger (push) Successful in 16s
Build / Documentation (push) Successful in 26s
Build / Export Files (push) Successful in 11s

Mods added:
- Tiered
- UnionLib **(Library)**
This commit is contained in:
SeaswimmerTheFsh 2024-03-12 23:27:26 -04:00
parent faf3ea4e18
commit a174b9c821
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
4 changed files with 48 additions and 2 deletions

View file

@ -580,6 +580,11 @@ file = "mods/entityculling.pw.toml"
hash = "49b79603523451f9beb1030d89d9e332b15d8e902ecc3f33901c1b25b8d2e8dd" hash = "49b79603523451f9beb1030d89d9e332b15d8e902ecc3f33901c1b25b8d2e8dd"
metafile = true metafile = true
[[files]]
file = "mods/extreme-cobble-generator.pw.toml"
hash = "a1248dc0b8e1e5fc211452681920400cfb2b1ea205a4351ae4aa961652e4e76a"
metafile = true
[[files]] [[files]]
file = "mods/fabric-language-kotlin.pw.toml" file = "mods/fabric-language-kotlin.pw.toml"
hash = "d2c2ff7235ed661ed8fb82e20a6de85b147e69c4b1cf1cc9102ebf8fe102636f" hash = "d2c2ff7235ed661ed8fb82e20a6de85b147e69c4b1cf1cc9102ebf8fe102636f"
@ -1255,6 +1260,11 @@ file = "mods/textrues-embeddium-options.pw.toml"
hash = "dd36b047f5c37c2795e4da43b6fe08e267ea1ec6f5a909790b01483d1613502c" hash = "dd36b047f5c37c2795e4da43b6fe08e267ea1ec6f5a909790b01483d1613502c"
metafile = true metafile = true
[[files]]
file = "mods/tiered-forge.pw.toml"
hash = "773bd75abf1a2514bf570fbc8da0e2dfcb3d8c48ebf4544449457ad0dcff9824"
metafile = true
[[files]] [[files]]
file = "mods/titanium.pw.toml" file = "mods/titanium.pw.toml"
hash = "72541a390659918193165af5197af4ed7d23a1d762d39e045b4168488cd4d08a" hash = "72541a390659918193165af5197af4ed7d23a1d762d39e045b4168488cd4d08a"
@ -1300,6 +1310,16 @@ file = "mods/treasuredistance.pw.toml"
hash = "b73925883ab89b98be9d97c0ed05418f36d0dd35d1d0156cdbdc4f79b4710750" hash = "b73925883ab89b98be9d97c0ed05418f36d0dd35d1d0156cdbdc4f79b4710750"
metafile = true metafile = true
[[files]]
file = "mods/u-team-core.pw.toml"
hash = "f5031e8605833bcd27e1f2a8683ef79afe34275d78f9dbc51b94e727f0c37e76"
metafile = true
[[files]]
file = "mods/unionlib.pw.toml"
hash = "04ffce659bdeba397315f1268423b412707f303bb6a9d2181d34036c4ea55386"
metafile = true
[[files]] [[files]]
file = "mods/villager-names-serilum.pw.toml" file = "mods/villager-names-serilum.pw.toml"
hash = "98198997d49cf47eecb9424028b3a916c2852d8217e0c442bb895483ea631e0c" hash = "98198997d49cf47eecb9424028b3a916c2852d8217e0c442bb895483ea631e0c"

View file

@ -0,0 +1,13 @@
name = "Tiered (Forge)"
filename = "Tiered-1.20.1-6.0.4-Forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "99f50c70c7a354bf45b166fe5a9ef0578ceb4272"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5175577
project-id = 453889

13
src/mods/unionlib.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "UnionLib"
filename = "UnionLib-1.20.1-10.2.4-Forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "00639ecdaad1377d050e366629e47de3522343d2"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5175720
project-id = 367806

View file

@ -1,12 +1,12 @@
name = "GalacticFactory" name = "GalacticFactory"
author = "GalacticFactory" author = "GalacticFactory"
version = "0.7.18" version = "0.7.19"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "5b02e946c57b66e949f3365044219927238701fa02ab6a8e027e9ce0b45e816b" hash = "f11b20c2f7a3385ec535a40dc8f413676b9d1a16d79a5eac801a0797238661b6"
[versions] [versions]
forge = "47.2.0" forge = "47.2.0"