From fbf9dd1209262b58df6b1c4c63b50fd92bdafe05 Mon Sep 17 00:00:00 2001 From: bluepython508 <16466646+bluepython508@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:43:19 +0100 Subject: [PATCH] Add magichem properly --- index.toml | 5 +++++ mods/magichem.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/magichem.pw.toml diff --git a/index.toml b/index.toml index d1fae2d..247f2cf 100644 --- a/index.toml +++ b/index.toml @@ -671,6 +671,11 @@ file = "mods/lootr.pw.toml" hash = "c5c5291afd142bcd6beaf18a1a7343cb56e60c1178e472568b21945db835baff" metafile = true +[[files]] +file = "mods/magichem.pw.toml" +hash = "d6c12dae3dc57c2ec21cca33eddc5fc804ccceabf7be86ec99e03f05f94cfb07" +metafile = true + [[files]] file = "mods/mana-and-artifice.pw.toml" hash = "52c4c702c71cca6b53c9a3b69e6a97406f02f0436417d95bc9243ec847d037d9" diff --git a/mods/magichem.pw.toml b/mods/magichem.pw.toml new file mode 100644 index 0000000..d371c6d --- /dev/null +++ b/mods/magichem.pw.toml @@ -0,0 +1,13 @@ +name = "MagiChem" +filename = "magichem-0.4.6a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ed4220f515b5aa387370cb9c768b2b50e97567dc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6281403 +project-id = 982204 diff --git a/pack.toml b/pack.toml index fae2a0f..312d473 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4db565ad4841e3f80bb11c64f0c65f2bebdc826068f545ec34807e4d5cc953d8" +hash = "42f49c97fb6c412078cef896a9b2f40b133b52c0f3e933be55ab14e4393a6d37" [versions] minecraft = "1.20.1"