Version bumped to 0.7.14
Mods added: - Quark ([#27](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues/27)) - Zeta
This commit is contained in:
parent
87e56f8087
commit
b75cd16c71
4 changed files with 38 additions and 2 deletions
|
@ -1030,6 +1030,11 @@ file = "mods/puzzles-lib.pw.toml"
|
|||
hash = "af94e8930aa37a5be7510b721d3cde32e40ef60964cd10bf701491a43ba4744a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/quark.pw.toml"
|
||||
hash = "e02cf24e798f2a3d5bcf83440a8a220a62871a326753f7991d61b8c6113791f5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/quick-right-click.pw.toml"
|
||||
hash = "806952c60ab491416abc82731518cae1557b695e33dbfeee14d7030ecff00b21"
|
||||
|
@ -1370,6 +1375,11 @@ file = "mods/yungs-extras.pw.toml"
|
|||
hash = "fa202c052bee239aa8c074e13da7c843cda83a2b768769b3d6ae0bc47b11de8e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/zeta.pw.toml"
|
||||
hash = "ffa25af53cf0e78b250f5f1a3267c47a763e67b048f18aea8228508240c535f9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "packmenu/resources/assets/packmenu/buttons/accessibility.json"
|
||||
hash = "88f8547629519b1cc8724952ef2b7eec805c2eebb7530de7dd7998d4be2a7bcf"
|
||||
|
|
13
src/mods/quark.pw.toml
Normal file
13
src/mods/quark.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Quark"
|
||||
filename = "Quark-4.0-438.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qnQsVE2z/versions/2u6IMNar/Quark-4.0-438.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6e5572cc72b6b061e4edde8d9d8d2a7b868b1e82"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qnQsVE2z"
|
||||
version = "2u6IMNar"
|
13
src/mods/zeta.pw.toml
Normal file
13
src/mods/zeta.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Zeta"
|
||||
filename = "Zeta-1.0-14.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MVARlG2f/versions/v807AcrM/Zeta-1.0-14.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8f18288cb909d88215f081c014db550b72b2e07d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MVARlG2f"
|
||||
version = "v807AcrM"
|
|
@ -1,12 +1,12 @@
|
|||
name = "GalacticFactory"
|
||||
author = "GalacticFactory"
|
||||
version = "0.7.13"
|
||||
version = "0.7.14"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "c0a304c6a9f80fafe65a55b186ace0690be9bdd3f7e93709e8bdc88672965851"
|
||||
hash = "1664f9e7a21d8cd13fa817997ec052588bdabf122111944a43c716dde268e03b"
|
||||
|
||||
[versions]
|
||||
forge = "47.2.0"
|
||||
|
|
Reference in a new issue