From d16d89a165632d7babbb37168ace0c49f32286e7 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 13 Apr 2022 22:56:02 +0800 Subject: Update JEI compat for 9.7, Fix #785 --- runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/src') 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) -- cgit