diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-05-31 23:18:02 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-06-01 16:55:08 +0800 |
| commit | 15ff1dcfe181d3469b5a1d28986cf965f0e95df4 (patch) | |
| tree | ce5801c45facc01b5245bce7b3f519c39e4c9312 /runtime/src/main/resources/assets | |
| parent | c14a1cc216730037319f2a18370fd29b1993fe71 (diff) | |
| download | RoughlyEnoughItems-15ff1dcfe181d3469b5a1d28986cf965f0e95df4.tar.gz RoughlyEnoughItems-15ff1dcfe181d3469b5a1d28986cf965f0e95df4.tar.bz2 RoughlyEnoughItems-15ff1dcfe181d3469b5a1d28986cf965f0e95df4.zip | |
Fix #1396 and fix #998
Diffstat (limited to 'runtime/src/main/resources/assets')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
1 files changed, 1 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 35d9f23d0..1e3b150fa 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -322,6 +322,7 @@ "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.miscellaneous.cachingDisplayLookup": "Caching Display Lookup:", "config.roughlyenoughitems.itemCheatingMode": "Item Cheating Amount:", "config.roughlyenoughitems.itemCheatingMode.rei_like": "Normal", "config.roughlyenoughitems.itemCheatingMode.jei_like": "Inverted", |
