diff --git a/src/index.toml b/src/index.toml index 84bdaa6..c85ee5c 100644 --- a/src/index.toml +++ b/src/index.toml @@ -580,6 +580,11 @@ file = "mods/entityculling.pw.toml" hash = "49b79603523451f9beb1030d89d9e332b15d8e902ecc3f33901c1b25b8d2e8dd" metafile = true +[[files]] +file = "mods/extreme-cobble-generator.pw.toml" +hash = "a1248dc0b8e1e5fc211452681920400cfb2b1ea205a4351ae4aa961652e4e76a" +metafile = true + [[files]] file = "mods/fabric-language-kotlin.pw.toml" hash = "d2c2ff7235ed661ed8fb82e20a6de85b147e69c4b1cf1cc9102ebf8fe102636f" @@ -1255,6 +1260,11 @@ file = "mods/textrues-embeddium-options.pw.toml" hash = "dd36b047f5c37c2795e4da43b6fe08e267ea1ec6f5a909790b01483d1613502c" metafile = true +[[files]] +file = "mods/tiered-forge.pw.toml" +hash = "773bd75abf1a2514bf570fbc8da0e2dfcb3d8c48ebf4544449457ad0dcff9824" +metafile = true + [[files]] file = "mods/titanium.pw.toml" hash = "72541a390659918193165af5197af4ed7d23a1d762d39e045b4168488cd4d08a" @@ -1300,6 +1310,16 @@ file = "mods/treasuredistance.pw.toml" hash = "b73925883ab89b98be9d97c0ed05418f36d0dd35d1d0156cdbdc4f79b4710750" 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]] file = "mods/villager-names-serilum.pw.toml" hash = "98198997d49cf47eecb9424028b3a916c2852d8217e0c442bb895483ea631e0c" diff --git a/src/mods/tiered-forge.pw.toml b/src/mods/tiered-forge.pw.toml new file mode 100644 index 0000000..2aa274f --- /dev/null +++ b/src/mods/tiered-forge.pw.toml @@ -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 diff --git a/src/mods/unionlib.pw.toml b/src/mods/unionlib.pw.toml new file mode 100644 index 0000000..8389a60 --- /dev/null +++ b/src/mods/unionlib.pw.toml @@ -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 diff --git a/src/pack.toml b/src/pack.toml index e273c2d..c73638a 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -1,12 +1,12 @@ name = "GalacticFactory" author = "GalacticFactory" -version = "0.7.18" +version = "0.7.19" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "5b02e946c57b66e949f3365044219927238701fa02ab6a8e027e9ce0b45e816b" +hash = "f11b20c2f7a3385ec535a40dc8f413676b9d1a16d79a5eac801a0797238661b6" [versions] forge = "47.2.0"