From 4cc574cfc2b150599e7446ddab1a960c3fd3bdbb Mon Sep 17 00:00:00 2001 From: PewPewCricket Date: Mon, 22 Jul 2024 13:02:41 -0500 Subject: [PATCH] add computronics --- index.toml | 5 +++++ mods/computronics.pw.toml | 7 +++++++ pack.toml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 mods/computronics.pw.toml diff --git a/index.toml b/index.toml index 4629444..2bb18df 100644 --- a/index.toml +++ b/index.toml @@ -324,6 +324,11 @@ file = "mods/codechicken-lib-1-8.pw.toml" hash = "49d0ddb311fa9fe9b193996de176a92e0ab2b26b4030344ae80cff4584fdadc4" metafile = true +[[files]] +file = "mods/computronics.pw.toml" +hash = "a371d1993b4908267f006d75ec04f1196c5afa5b14109042b9f6a1b1c47da811" +metafile = true + [[files]] file = "mods/crafttweaker.pw.toml" hash = "5da396732a45b3281362756b78c3de650ecd96a00f13c1c755fcec28955d5883" diff --git a/mods/computronics.pw.toml b/mods/computronics.pw.toml new file mode 100644 index 0000000..abe4999 --- /dev/null +++ b/mods/computronics.pw.toml @@ -0,0 +1,7 @@ +name = "computronics" +filename = "Computronics-1.12.2-1.6.6.jar" + +[download] +url = "https://files.vexatos.com/Computronics/Computronics-1.12.2-1.6.6.jar" +hash-format = "sha256" +hash = "9bfc4c8763c008e7dd4e50fd5f82492962197f2bdc5f29668e9154e2c0c83ddf" diff --git a/pack.toml b/pack.toml index 870950d..b9666ff 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "065a558a315952b0ebe936890bbc8601db7528a03f897c1cd31a1f40c75cad3b" +hash = "a629a5120984ead02be0f5d68833abbb81ff0d2389b6161fef481dbd59140415" [versions] forge = "14.23.5.2860"