From 1f0dbd777d7b542e0ad6d824c3f0b54509fc8f04 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Sun, 18 Feb 2024 22:55:12 +0100 Subject: [PATCH] feat: add enderio, lets see if it works --- 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 754ef8c..f4e2c82 100644 --- a/index.toml +++ b/index.toml @@ -68,6 +68,11 @@ file = "mods/enderchests.pw.toml" hash = "dc31224f7d7620e6daece2fe2c6b6fe6bb40380380bcfa5df733df9f3cd496fe" metafile = true +[[files]] +file = "mods/enderio.pw.toml" +hash = "4fa7b42729561daf1a66ee9db8391d588eaf4c8ac4cf6e08248922cde1f74e60" +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..b535d71 --- /dev/null +++ b/mods/enderio.pw.toml @@ -0,0 +1,13 @@ +name = "Ender IO" +filename = "EnderIO-1.20.1-6.0.24-alpha.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/49ZofO4f/versions/21GL2JbG/EnderIO-1.20.1-6.0.24-alpha.jar" +hash-format = "sha1" +hash = "8067585fc36e4e7d1566aafa22a540094542a91b" + +[update] +[update.modrinth] +mod-id = "49ZofO4f" +version = "21GL2JbG" diff --git a/pack.toml b/pack.toml index 6285aba..909abd6 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 = "865a1b7e347fa0c326f98cf77d37d93e7cd1296f81c5188beb2d5436ee72d0f7" +hash = "94a71ad46c83709165d691d070ff8b2445d6106ba4b2641ee499f420d1572323" [versions] minecraft = "1.20.1"