diff options
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 | ||||
| -rw-r--r-- | runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png | bin | 3599 -> 5110 bytes | |||
| -rw-r--r-- | runtime/src/main/resources/roughlyenoughitems.changes.json | 3 | ||||
| -rw-r--r-- | runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-30.png | bin | 0 -> 33618 bytes | |||
| -rw-r--r-- | runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-32.png | bin | 0 -> 9532 bytes | |||
| -rw-r--r-- | runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_09-05.png | bin | 0 -> 70861 bytes | |||
| -rw-r--r-- | runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md | 44 |
7 files changed, 50 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 866d202bd..e687b3565 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -139,6 +139,9 @@ "text.rei.crash.title": "REI Crashed!", "text.rei.crash.description": "§cRoughly Enough Item just experienced a crash during \"%s\".\n\n§fDetails of the crashed are displayed below. Please identify the mod that caused the crash and report it to the mod author, alongside the crash log provided below.\n\nIf you believe this crash is caused by a bug in Roughly Enough Item, please report it to our issue tracker.\n\n§6Thanks for your help!\n", "text.rei.crash.crash_report": "Open Crash Report", + "text.rei.changelog.title": "REI Changelog", + "text.rei.changelog.error.missingChangelogFile": "Missing changelog File!", + "text.rei.changelog.error.failedToReadChangelogFile": "Failed to read changelog File!", "favorite.section.gamemode": "Game Mode", "favorite.section.weather": "Weather", "favorite.section.time": "Time", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png Binary files differindex 29c781ec0..7d553eaae 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png +++ b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png diff --git a/runtime/src/main/resources/roughlyenoughitems.changes.json b/runtime/src/main/resources/roughlyenoughitems.changes.json new file mode 100644 index 000000000..0a3e2be7c --- /dev/null +++ b/runtime/src/main/resources/roughlyenoughitems.changes.json @@ -0,0 +1,3 @@ +{ + "version": "2022.1" +}
\ 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.1/2022-02-18_01-30.png Binary files differnew file mode 100644 index 000000000..85e0ba7af --- /dev/null +++ b/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-30.png diff --git a/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-32.png b/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-32.png Binary files differnew file mode 100644 index 000000000..c12af89ee --- /dev/null +++ b/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_01-32.png diff --git a/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_09-05.png b/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_09-05.png Binary files differnew file mode 100644 index 000000000..380079ac3 --- /dev/null +++ b/runtime/src/main/resources/roughlyenoughitems/2022.1/2022-02-18_09-05.png diff --git a/runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md b/runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md new file mode 100644 index 000000000..74a4e3c5d --- /dev/null +++ b/runtime/src/main/resources/roughlyenoughitems/2022.1/changelog.md @@ -0,0 +1,44 @@ +#**New features** +- **Time Favorites** [#110](https://github.com/shedaniel/RoughlyEnoughItems/issues/110) + +You can now easily set the time of day for your worlds. You can click the "+" button on the bottom left of +the screen to add this new favorite. We also took some time to re-make the weather icons! + + +- **Creative Mode Cheats** [#768](https://github.com/shedaniel/RoughlyEnoughItems/issues/768) + +You can now tell REI to automatically enable Cheats when in Creative Mode, and +switch it off when you are not. + + +- **Caching Item Rendering** + +The new Caching Item Rendering option will improve performance for rendering items up to **5 times**, +with an average of **2.5x performance gain**. However, this will break enchantment glints and animated textures. +\n\nDemonstration: [Twitter Post](https://twitter.com/shedaniel_/status/1490675724193497091) +- **Item Zoom** [#430](https://github.com/shedaniel/RoughlyEnoughItems/issues/430) + +Instead of highlighting the items on hover, you can now configure REI to zoom in on the item you are hovering. + +--- +#**Changes** +- **Smoother Scrolling** + +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) + +The JEI compatibility layer has been updated to support APIs from JEI 9.3, 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) + +REI will now attempt to filter items / fluids shown in recipes based on the filtering rules, this +will allow mod packs to unify resources easier. +--- +#**Bug Fixes** +- **Multiple Outputs for Composite Display** [#617](https://github.com/shedaniel/RoughlyEnoughItems/issues/617) + +When you have multiple outputs for a composite display, the outputs will now display properly. + +- ... and more!
\ No newline at end of file |
