From 252790c40ec1cd006925a599cad53d7fdae25685 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 18 Nov 2023 23:35:52 -0500 Subject: [PATCH] temporarily added beyond earth to replicate an error --- src/index.toml | 5 +++++ src/mods/beyond-earth.pw.toml | 13 +++++++++++++ src/pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 src/mods/beyond-earth.pw.toml diff --git a/src/index.toml b/src/index.toml index 9ad0f9c..3f840c3 100644 --- a/src/index.toml +++ b/src/index.toml @@ -283,6 +283,11 @@ file = "mods/betterf3.pw.toml" hash = "ca52b58cf0540bcec5d8b0318cddb371683b6f3f87ad9b925ff600ddd330f461" metafile = true +[[files]] +file = "mods/beyond-earth.pw.toml" +hash = "2ede10b44ab74c895ac3af5261063ed75fea929965db4951e9559e3e839d3da8" +metafile = true + [[files]] file = "mods/biomes-o-plenty.pw.toml" hash = "b0119b17c7c9a075780d55dc87749942a835365db5578102d6250db8875e8267" diff --git a/src/mods/beyond-earth.pw.toml b/src/mods/beyond-earth.pw.toml new file mode 100644 index 0000000..df870de --- /dev/null +++ b/src/mods/beyond-earth.pw.toml @@ -0,0 +1,13 @@ +name = "Beyond Earth [Forge]" +filename = "Beyond-Earth-1.20.1-7.0-SNAPSHOT.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0355e26328cc3f1c471b265a5cb717acde7027a7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4862818 +project-id = 377448 diff --git a/src/pack.toml b/src/pack.toml index 3cf359a..9af3878 100644 --- a/src/pack.toml +++ b/src/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "9ff90bc95b100832ccdad52bdd992ab7ff998323a593017b823f6b632d88878d" +hash = "1ca0536cd948d805ef01380980b361aa313c2821d5e79109764a8820df76a8f1" [versions] forge = "47.2.0"