diff --git a/src/index.toml b/src/index.toml index fd5fcff..25a1d6f 100644 --- a/src/index.toml +++ b/src/index.toml @@ -339,6 +339,16 @@ file = "mods/rei.pw.toml" hash = "d2346cd8aec10a4b1980493984f6aeb64f212f20eca2d2c7dc482576c8e3349c" 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]] file = "mods/resourcify.pw.toml" hash = "d7dbc91a435291a33a998da3b70acdb6722c57bf30abc7465f749b6c45b52ec6" diff --git a/src/mods/resourceful-config.pw.toml b/src/mods/resourceful-config.pw.toml new file mode 100644 index 0000000..2b8b816 --- /dev/null +++ b/src/mods/resourceful-config.pw.toml @@ -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" diff --git a/src/mods/resourceful-lib.pw.toml b/src/mods/resourceful-lib.pw.toml new file mode 100644 index 0000000..3ce8b4e --- /dev/null +++ b/src/mods/resourceful-lib.pw.toml @@ -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" diff --git a/src/pack.toml b/src/pack.toml index 6aedddf..2bab5ed 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -1,12 +1,12 @@ name = "GalacticFactory" author = "GalacticFactory" -version = "0.2.0" +version = "0.2.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d1a01c682370628d2515c6ce1894f7cfc2861f9bcd9754222ee55455bd076fec" +hash = "3f06c8588fb9d9e75350ec046b80f0c4a5b7ee30be687a1495ac62b8f458186d" [versions] minecraft = "1.20.1"