aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-04-13 22:56:02 +0800
committershedaniel <daniel@shedaniel.me>2022-04-13 22:56:17 +0800
commitd16d89a165632d7babbb37168ace0c49f32286e7 (patch)
tree1f13fe26e1745c673f1964c687057e23f5b94ab4
parent30ba1f5975f4a20ea91fad8bf4bf0b740b0ad6fb (diff)
downloadRoughlyEnoughItems-d16d89a165632d7babbb37168ace0c49f32286e7.tar.gz
RoughlyEnoughItems-d16d89a165632d7babbb37168ace0c49f32286e7.tar.bz2
RoughlyEnoughItems-d16d89a165632d7babbb37168ace0c49f32286e7.zip
Update JEI compat for 9.7, Fix #785
-rw-r--r--forge/build.gradle6
-rw-r--r--runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md4
2 files changed, 6 insertions, 4 deletions
diff --git a/forge/build.gradle b/forge/build.gradle
index af5ddc41f..59fd522f4 100644
--- a/forge/build.gradle
+++ b/forge/build.gradle
@@ -85,8 +85,10 @@ dependencies {
// modRuntime("curse.maven:chiselsbits-231095:3492889")
// modRuntime("curse.maven:jumbofurnace-390880:3120970")
// modRuntime("curse.maven:cyclic-239286:3221427")
- // modRuntime("curse.maven:mekanism-268560:3206392")
- // modRuntime("curse.maven:mekanism-tools-268567:3206396")
+ modRuntime("curse.maven:mekanism-268560:3743835")
+ modRuntime("curse.maven:mekanism-tools-268567:3743838")
+ modRuntime("curse.maven:mekanism-generators-268566:3743837")
+ modRuntime("curse.maven:immersive-engineering-231951:3721708")
// modRuntime("curse.maven:autoreglib-250363:3326041")
// modRuntime("curse.maven:ars-nouveau-401955:3619899")
// modRuntime("curse.maven:patchouli-306770:3594394")
diff --git a/runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md b/runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md
index 1a815e109..2b5c2b3f3 100644
--- a/runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md
+++ b/runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md
@@ -22,9 +22,9 @@ Instead of highlighting the items on hover, you can now configure REI to zoom in
![Example](roughlyenoughitems/2022.2/2022-02-18_09-05.png)
---
#**Changes**
-- **Support for JEI API 9.5** [#821](https://github.com/shedaniel/RoughlyEnoughItems/issues/821)
+- **Support for JEI API 9.7** [#821](https://github.com/shedaniel/RoughlyEnoughItems/issues/821)
-The JEI compatibility layer has been updated to support APIs from JEI 9.5, this is a completely new way for
+The JEI compatibility layer has been updated to support APIs from JEI 9.7, this is a completely new way for
JEI plugins to layout their categories, please report any issues you find with this new update.
- **Filtering of Entries in Recipes** [#783](https://github.com/shedaniel/RoughlyEnoughItems/issues/783)