version bump to 0.2.1
added resourceful-config and resourceful-lib
This commit is contained in:
parent
5c1be45945
commit
692f6e476e
4 changed files with 38 additions and 2 deletions
|
@ -339,6 +339,16 @@ file = "mods/rei.pw.toml"
|
||||||
hash = "d2346cd8aec10a4b1980493984f6aeb64f212f20eca2d2c7dc482576c8e3349c"
|
hash = "d2346cd8aec10a4b1980493984f6aeb64f212f20eca2d2c7dc482576c8e3349c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/resourceful-config.pw.toml"
|
||||||
|
hash = "78362b7e7661e4511545b6f782e3dbcff2500a64e61dea86125f2a60484eb6a8"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/resourceful-lib.pw.toml"
|
||||||
|
hash = "45d3179e1feff16649dab48ed6e28bf6e0c7d18940f72d3185afe25bf2acca4d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/resourcify.pw.toml"
|
file = "mods/resourcify.pw.toml"
|
||||||
hash = "d7dbc91a435291a33a998da3b70acdb6722c57bf30abc7465f749b6c45b52ec6"
|
hash = "d7dbc91a435291a33a998da3b70acdb6722c57bf30abc7465f749b6c45b52ec6"
|
||||||
|
|
13
src/mods/resourceful-config.pw.toml
Normal file
13
src/mods/resourceful-config.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Resourceful Config"
|
||||||
|
filename = "resourcefulconfig-forge-1.20.1-2.1.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/M1953qlQ/versions/iktUkXe8/resourcefulconfig-forge-1.20.1-2.1.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "2708d4cf085b3b8a1fd0dc6212969fdb65c93457"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "M1953qlQ"
|
||||||
|
version = "iktUkXe8"
|
13
src/mods/resourceful-lib.pw.toml
Normal file
13
src/mods/resourceful-lib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Resourceful Lib"
|
||||||
|
filename = "resourcefullib-forge-1.20.1-2.1.16.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/Q8QbsplY/resourcefullib-forge-1.20.1-2.1.16.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "c9b4133a23d1d897807052b05bc751172c6ffa4a"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "G1hIVOrD"
|
||||||
|
version = "Q8QbsplY"
|
|
@ -1,12 +1,12 @@
|
||||||
name = "GalacticFactory"
|
name = "GalacticFactory"
|
||||||
author = "GalacticFactory"
|
author = "GalacticFactory"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
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 = "d1a01c682370628d2515c6ce1894f7cfc2861f9bcd9754222ee55455bd076fec"
|
hash = "3f06c8588fb9d9e75350ec046b80f0c4a5b7ee30be687a1495ac62b8f458186d"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Reference in a new issue