From 62b8d1ab9d1293be55431ed67d3362c2f6001174 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 18 Jan 2024 08:40:44 +0100 Subject: [PATCH] feat: add enderio to modlist --- index.toml | 5 +++++ mods/enderio.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/enderio.pw.toml diff --git a/index.toml b/index.toml index 3889528..6146e88 100644 --- a/index.toml +++ b/index.toml @@ -55,6 +55,11 @@ file = "mods/enderchests.pw.toml" hash = "dc31224f7d7620e6daece2fe2c6b6fe6bb40380380bcfa5df733df9f3cd496fe" metafile = true +[[files]] +file = "mods/enderio.pw.toml" +hash = "d716522fe0f486fa2d0dcfe2ba4d55a3d28c5f3f043cfcdf0cb90add23c45ac6" +metafile = true + [[files]] file = "mods/endertanks.pw.toml" hash = "dbb331adc5f4dc4fa55b68ea9232b5cc06c67d63af7f2d81c039fc8cbd048f6d" diff --git a/mods/enderio.pw.toml b/mods/enderio.pw.toml new file mode 100644 index 0000000..93b3cf8 --- /dev/null +++ b/mods/enderio.pw.toml @@ -0,0 +1,13 @@ +name = "Ender IO" +filename = "EnderIO-1.20.1-6.0.23-alpha.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/49ZofO4f/versions/FMFSRpRV/EnderIO-1.20.1-6.0.23-alpha.jar" +hash-format = "sha1" +hash = "6339a0f9ff791ccdc2d2237cb0f5130adafb5b6c" + +[update] +[update.modrinth] +mod-id = "49ZofO4f" +version = "FMFSRpRV" diff --git a/pack.toml b/pack.toml index c9c2f45..e9221e2 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 = "408c760313fcb3d0e2d8a4e8c6390a2b4b4748841aed666d4e9e951e04b76146" +hash = "0dc65593d4f2fc8c626942103556cbb02a9168fa44830420d13469912826b1bd" [versions] minecraft = "1.20.1"