aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-04-09 02:41:21 +0800
committershedaniel <daniel@shedaniel.me>2022-04-12 18:01:16 +0800
commit7fafa7d9bbb2483313d86f946653f3ad64b2db18 (patch)
tree21274b1a51fd59bf7649f03c4990b21e478f9b6e /runtime/src/main/resources
parent0c73d4f3284e8706807deb53683d2c3d4f53372e (diff)
downloadRoughlyEnoughItems-7fafa7d9bbb2483313d86f946653f3ad64b2db18.tar.gz
RoughlyEnoughItems-7fafa7d9bbb2483313d86f946653f3ad64b2db18.tar.bz2
RoughlyEnoughItems-7fafa7d9bbb2483313d86f946653f3ad64b2db18.zip
Support for JEI 9.5, Close #821, Fix #807
Diffstat (limited to 'runtime/src/main/resources')
-rw-r--r--runtime/src/main/resources/roughlyenoughitems.changes.json2
-rw-r--r--runtime/src/main/resources/roughlyenoughitems/2022.2/2022-02-18_01-30.png (renamed from runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-30.png)bin33618 -> 33618 bytes
-rw-r--r--runtime/src/main/resources/roughlyenoughitems/2022.2/2022-02-18_01-32.png (renamed from runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-32.png)bin9532 -> 9532 bytes
-rw-r--r--runtime/src/main/resources/roughlyenoughitems/2022.2/2022-02-18_09-05.png (renamed from runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_09-05.png)bin70861 -> 70861 bytes
-rw-r--r--runtime/src/main/resources/roughlyenoughitems/2022.2/changelog.md (renamed from runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md)4
5 files changed, 3 insertions, 3 deletions
diff --git a/runtime/src/main/resources/roughlyenoughitems.changes.json b/runtime/src/main/resources/roughlyenoughitems.changes.json
index 0a3e2be7c..34177eb71 100644
--- a/runtime/src/main/resources/roughlyenoughitems.changes.json
+++ b/runtime/src/main/resources/roughlyenoughitems.changes.json
@@ -1,3 +1,3 @@
{
- "version": "2022.1"
+ "version": "2022.2"
} \ No newline at end of file
diff --git a/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-30.png b/runtime/src/main/resources/roughlyenoughitems/2022.2/2022-02-18_01-30.png
index 85e0ba7af..85e0ba7af 100644
--- a/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-30.png
+++ b/runtime/src/main/resources/roughlyenoughitems/2022.2/2022-02-18_01-30.png
Binary files differ
diff --git a/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-32.png b/runtime/src/main/resources/roughlyenoughitems/2022.2/2022-02-18_01-32.png
index c12af89ee..c12af89ee 100644
--- a/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-32.png
+++ b/runtime/src/main/resources/roughlyenoughitems/2022.2/2022-02-18_01-32.png
Binary files differ
diff --git a/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_09-05.png b/runtime/src/main/resources/roughlyenoughitems/2022.2/2022-02-18_09-05.png
index 380079ac3..380079ac3 100644
--- a/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_09-05.png
+++ b/runtime/src/main/resources/roughlyenoughitems/2022.2/2022-02-18_09-05.png
Binary files differ
diff --git a/runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md b/runtime/src/main/resources/roughlyenoughitems/2022.2/changelog.md
index 74a4e3c5d..ddcc5d0e7 100644
--- a/runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md
+++ b/runtime/src/main/resources/roughlyenoughitems/2022.2/changelog.md
@@ -27,9 +27,9 @@ Instead of highlighting the items on hover, you can now configure REI to zoom in
With the [REI Feedback Form](https://forms.gle/5tdnK5WN1wng78pV8), we have received a lot of feedback on the
scrolling experience. An overwhelming majority of users (79.1%) is happy with smooth scrolling, so we have decided to
implement this back in REI.
-- **Support for JEI API 9.3** [#781](https://github.com/shedaniel/RoughlyEnoughItems/issues/781)
+- **Support for JEI API 9.5** [#821](https://github.com/shedaniel/RoughlyEnoughItems/issues/821)
-The JEI compatibility layer has been updated to support APIs from JEI 9.3, this is a completely new way for
+The JEI compatibility layer has been updated to support APIs from JEI 9.5, 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)