From 15ff1dcfe181d3469b5a1d28986cf965f0e95df4 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 31 May 2023 23:18:02 +0800 Subject: Fix #1396 and fix #998 --- runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/lang') 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", -- cgit