Version bump to 0.7.5
Mods added: - ModernFix
This commit is contained in:
parent
679c071591
commit
68278906d4
3 changed files with 20 additions and 2 deletions
|
@ -875,6 +875,11 @@ file = "mods/mod-name-tooltip.pw.toml"
|
||||||
hash = "0f37846b5bc38059aad5800e48e22a7d24b915ef553e3241af2b63e9ba864237"
|
hash = "0f37846b5bc38059aad5800e48e22a7d24b915ef553e3241af2b63e9ba864237"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/modernfix.pw.toml"
|
||||||
|
hash = "2a8e4c7488ddd420fc432717b9f4e76cb4cfbf8f02f351c6cd8f0390dde778ad"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/moogs-voyager-structures.pw.toml"
|
file = "mods/moogs-voyager-structures.pw.toml"
|
||||||
hash = "5ca2eca963c99e5a2de86457ed29a177262489cb511e3a09639ec32550e3849d"
|
hash = "5ca2eca963c99e5a2de86457ed29a177262489cb511e3a09639ec32550e3849d"
|
||||||
|
|
13
src/mods/modernfix.pw.toml
Normal file
13
src/mods/modernfix.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "ModernFix"
|
||||||
|
filename = "modernfix-forge-5.11.1+mc1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "38446389264d82bc9ecb935c1d4dc96e76697477"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4980929
|
||||||
|
project-id = 790626
|
|
@ -1,12 +1,12 @@
|
||||||
name = "GalacticFactory"
|
name = "GalacticFactory"
|
||||||
author = "GalacticFactory"
|
author = "GalacticFactory"
|
||||||
version = "0.7.4"
|
version = "0.7.5"
|
||||||
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 = "558e8112f7e2de6208adf064590cf00747b3d81b7b1e91dbfad0dfc96ca0a9a3"
|
hash = "c53bc830c32fa34a928261e7515bb52d192c9a19b4317204575cd66fbca8becf"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.2.0"
|
forge = "47.2.0"
|
||||||
|
|
Reference in a new issue