From 270bcc3ee9a7867bb2c533ac978b798e19668808 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 3 Apr 2022 04:47:27 +0200 Subject: [PATCH] Mods: Add missing Roughly Enough Resources --- index.toml | 5 +++++ mods/roughly-enough-resources.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/roughly-enough-resources.toml diff --git a/index.toml b/index.toml index 98b5dcd..09d146c 100644 --- a/index.toml +++ b/index.toml @@ -210,6 +210,11 @@ file = "mods/roughly-enough-items.toml" hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892" metafile = true +[[files]] +file = "mods/roughly-enough-resources.toml" +hash = "9c51dd2b58c2e58340ac042813309f6cc2b02b661be58a2ff5652824bdb45967" +metafile = true + [[files]] file = "mods/shulkerboxtooltip.toml" hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec" diff --git a/mods/roughly-enough-resources.toml b/mods/roughly-enough-resources.toml new file mode 100644 index 0000000..dec268f --- /dev/null +++ b/mods/roughly-enough-resources.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Resources" +filename = "rer-2.4.1.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3649/527/rer-2.4.1.jar" +hash-format = "sha1" +hash = "1614c9b02cc0923f2384d840cae33c80a878ad85" + +[update] +[update.curseforge] +file-id = 3649527 +project-id = 325625 diff --git a/pack.toml b/pack.toml index 3e2d1eb..134aa9c 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "762a0c62db452469d46b590e59464bb128f5849d4da8eee14f7a17948b0e3b8f" +hash = "164dfadc2fca24b18dd953b7c9e27db35271f2a355259824d04acc11c83f9435" [versions] fabric = "0.13.3"