diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-02-09 20:17:34 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-02-09 20:17:34 +0800 |
| commit | caa850ff55576c8aef92c28ab5dcf87a319f6e3a (patch) | |
| tree | 4fbb17d0d7ee6c3d523ff5839288315e483accea /runtime/src/main/resources | |
| parent | 48ef9ff7f4b1be74006837b51a683d5e8b9bdc52 (diff) | |
| download | RoughlyEnoughItems-caa850ff55576c8aef92c28ab5dcf87a319f6e3a.tar.gz RoughlyEnoughItems-caa850ff55576c8aef92c28ab5dcf87a319f6e3a.tar.bz2 RoughlyEnoughItems-caa850ff55576c8aef92c28ab5dcf87a319f6e3a.zip | |
Migrate to Cloth Config's ValueAnimator, and add option to cache entry renders
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 |
1 files changed, 3 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 1be327de4..65478fecb 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -20,6 +20,7 @@ "text.rei.config.menu.display.left_side_mob_effects": "Left Side Mob Effects", "text.rei.config.menu.display.left_side_panel": "Left Side Panel", "text.rei.config.menu.display.scrolling_side_panel": "Scrolling Side Panel", + "text.rei.config.menu.display.caching_entry_rendering": "Caching Entry Rendering", "text.rei.config.menu.display.side_search_field": "Side Search Field", "text.rei.config.menu.display.syntax_highlighting": "Syntax Highlighting", "text.rei.config.menu.config": "More Options...", @@ -245,6 +246,8 @@ "config.roughlyenoughitems.layout.entryPanelOrdering": "Entry Panel Ordering:", "config.roughlyenoughitems.list_ordering_button": "%s [%s]", "config.roughlyenoughitems.miscellaneous.newFastEntryRendering": "Faster Entry Rendering:", + "config.roughlyenoughitems.miscellaneous.cachingFastEntryRendering": "Caching Entry Rendering:", + "config.roughlyenoughitems.miscellaneous.cachingFastEntryRendering.@PrefixText": "This option will improve performance for rendering entries for up to 5x, with an average of 2.5x performance gain. However, this will break enchantment glints and animated textures.", "config.roughlyenoughitems.itemCheatingMode": "Item Cheating Amount:", "config.roughlyenoughitems.itemCheatingMode.rei_like": "Normal", "config.roughlyenoughitems.itemCheatingMode.jei_like": "Inverted", |
