Version bump to 0.6.10
Mods added: - Apothic Attributes (Library) - Hostile Neural Networks
This commit is contained in:
parent
ef09f54dbe
commit
320505c387
4 changed files with 38 additions and 2 deletions
|
@ -237,6 +237,11 @@ file = "mods/anvil-restoration.pw.toml"
|
|||
hash = "ca8a8b9a5c0c48100da7988feba0a83a078056c1e45a457d0142ec90c5f7e9e0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/apothic-attributes.pw.toml"
|
||||
hash = "52d3ce3a8bd956f0a3dc231249518f5520d0ecbea8ed211519702193a41fdb98"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/applied-energistics-2-wireless-terminals.pw.toml"
|
||||
hash = "2c05c84665d23533f34b8cbc68ced8ea84eed2b566f7c63c804c2f38431d0a6a"
|
||||
|
@ -587,6 +592,11 @@ file = "mods/healing-campfire.pw.toml"
|
|||
hash = "3d171249b5ac8930afa358cf8717e6240edd9d7cd94fc67faf5ff05a6a579bfd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/hostile-neural-networks.pw.toml"
|
||||
hash = "41a6fdf1155e65586164592ea6270ddd0f4b600c5ccf88294ff013b8b2815ccf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iconexporter.pw.toml"
|
||||
hash = "e9570c9db5f578d2837d4d225254717a7a7b72e6c00e4b022fafb4a9dab73a70"
|
||||
|
|
13
src/mods/apothic-attributes.pw.toml
Normal file
13
src/mods/apothic-attributes.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Apothic Attributes (AttributesLib)"
|
||||
filename = "ApothicAttributes-1.20.1-1.2.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "e14ff607bf05347fc4813547e142c2f45346bc93"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4872467
|
||||
project-id = 898963
|
13
src/mods/hostile-neural-networks.pw.toml
Normal file
13
src/mods/hostile-neural-networks.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Hostile Neural Networks"
|
||||
filename = "HostileNeuralNetworks-1.20.1-5.2.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "c257e70f95f58417c17989b74d5f06f61c65fb45"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4874623
|
||||
project-id = 552574
|
|
@ -1,12 +1,12 @@
|
|||
name = "GalacticFactory"
|
||||
author = "GalacticFactory"
|
||||
version = "0.6.9"
|
||||
version = "0.6.10"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "af261d5f88cb0daa33064dc014fdae18cf82256e2d52a776aeef90a41155d10b"
|
||||
hash = "32994e63e3966d4201e86b69cc3a1f812445295bf32ae120b633add8e0b72df8"
|
||||
|
||||
[versions]
|
||||
forge = "47.2.0"
|
||||
|
|
Reference in a new issue