From 320505c3877ba23578b336310ece2ba154ed7c3d Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 22 Nov 2023 18:14:22 -0500 Subject: [PATCH] Version bump to 0.6.10 Mods added: - Apothic Attributes (Library) - Hostile Neural Networks --- src/index.toml | 10 ++++++++++ src/mods/apothic-attributes.pw.toml | 13 +++++++++++++ src/mods/hostile-neural-networks.pw.toml | 13 +++++++++++++ src/pack.toml | 4 ++-- 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 src/mods/apothic-attributes.pw.toml create mode 100644 src/mods/hostile-neural-networks.pw.toml diff --git a/src/index.toml b/src/index.toml index 2abac6e..38aa3b1 100644 --- a/src/index.toml +++ b/src/index.toml @@ -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" diff --git a/src/mods/apothic-attributes.pw.toml b/src/mods/apothic-attributes.pw.toml new file mode 100644 index 0000000..8d672ef --- /dev/null +++ b/src/mods/apothic-attributes.pw.toml @@ -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 diff --git a/src/mods/hostile-neural-networks.pw.toml b/src/mods/hostile-neural-networks.pw.toml new file mode 100644 index 0000000..e99a160 --- /dev/null +++ b/src/mods/hostile-neural-networks.pw.toml @@ -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 diff --git a/src/pack.toml b/src/pack.toml index dc4271f..02ee07d 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -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"