Version bump to 0.5.1
Mods Added: - Discord Integration - Immersive Engineering
This commit is contained in:
parent
0e6c9a0bc4
commit
b40de051c7
4 changed files with 40 additions and 3 deletions
|
@ -223,6 +223,11 @@ file = "mods/cyclops-core.pw.toml"
|
|||
hash = "340d7223ddb9bf6a8601c70ed957a7de3d7b5d2b7a6ba151b410085677cd3da6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dcintegration.pw.toml"
|
||||
hash = "e3eb48bc0470674b658c4d5cbf4f75558077e760e7dcd92bb9be620a790de71b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/disenchantingforge.pw.toml"
|
||||
hash = "7f5d118219135a4a700e5b2527a2015b9c8382e97f88e51699db75411e626e56"
|
||||
|
@ -328,6 +333,11 @@ file = "mods/iconexporter.pw.toml"
|
|||
hash = "e9570c9db5f578d2837d4d225254717a7a7b72e6c00e4b022fafb4a9dab73a70"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immersiveengineering.pw.toml"
|
||||
hash = "c2269a9e657db40350aea860ad7b115abbc8aaad5a131d68b503841751ad182b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/industrial-foregoing.pw.toml"
|
||||
hash = "f13d3b44b9c97417f85e68620b14e080d46756713b90ee1a023d6f02b41c053b"
|
||||
|
|
13
src/mods/dcintegration.pw.toml
Normal file
13
src/mods/dcintegration.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Discord Integration"
|
||||
filename = "dcintegration-forge-3.0.3-1.20.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rbJ7eS5V/versions/BEDf4LM0/dcintegration-forge-3.0.3-1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "bdbcf4a32cea4e62d36f445af458aaa0b4b58924"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rbJ7eS5V"
|
||||
version = "BEDf4LM0"
|
13
src/mods/immersiveengineering.pw.toml
Normal file
13
src/mods/immersiveengineering.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Immersive Engineering"
|
||||
filename = "ImmersiveEngineering-1.20.1-10.0.0-169.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/tIm2nV03/versions/uqGFpLXw/ImmersiveEngineering-1.20.1-10.0.0-169.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a9fbb70fee4ad68d0f860e711c4bae524117525f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "tIm2nV03"
|
||||
version = "uqGFpLXw"
|
|
@ -1,17 +1,18 @@
|
|||
name = "GalacticFactory"
|
||||
author = "GalacticFactory"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "4c90e462386c77e3eacedd4a289fc0e57693f47e6fa8b8673a62ec02b6084a90"
|
||||
hash = "decd107db7bf4eeef92e43b6de84fe62dc88cc757d24c365e0553dac822a164d"
|
||||
|
||||
[versions]
|
||||
forge = "47.2.0"
|
||||
minecraft = "1.20.1"
|
||||
unsup = "0.2.0"
|
||||
neoforge = "47.2.0"
|
||||
unsup = "0.2.3"
|
||||
|
||||
[options]
|
||||
acceptable-game-versions = ["1.20.1"]
|
||||
|
|
Reference in a new issue