diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-12-18 20:24:23 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-04-16 00:38:17 +0900 |
| commit | e6687c01b254bf903d4895aa0bb631b1679d465c (patch) | |
| tree | bc94913c98326dfcf4e8ef0e474419bb81698596 /runtime/src/main/resources | |
| parent | 8f8db7a604a86d17b88a621a18656e0791d87aeb (diff) | |
| download | RoughlyEnoughItems-e6687c01b254bf903d4895aa0bb631b1679d465c.tar.gz RoughlyEnoughItems-e6687c01b254bf903d4895aa0bb631b1679d465c.tar.bz2 RoughlyEnoughItems-e6687c01b254bf903d4895aa0bb631b1679d465c.zip | |
Close #913
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 4 |
1 files changed, 4 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 1e3b150fa..54aa533c2 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -34,6 +34,7 @@ "text.rei.config.menu.config": "More Options...", "text.rei.config.menu.search_field.position": "Search Field Position...", "text.rei.config.menu.search_field.input_method": "Input Methods...", + "text.rei.config.menu.search_field.hide_entry_panel_idle": "Hide Entries when not Searching", "category.rei.crafting": "Crafting", "category.rei.smelting": "Smelting", "category.rei.smelting.fuel": "Fuel", @@ -334,6 +335,9 @@ "config.roughlyenoughitems.scrollingEntryListWidget": "Entry List Action:", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Scrolled", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Paginated", + "config.roughlyenoughitems.hideEntryPanelIfIdle": "Entry List When Not Searching:", + "config.roughlyenoughitems.hideEntryPanelIfIdle.boolean.true": "Invisible", + "config.roughlyenoughitems.hideEntryPanelIfIdle.boolean.false": "Visible", "config.roughlyenoughitems.horizontalEntriesBoundaries": "Horizontal Entries Boundaries:", "config.roughlyenoughitems.verticalEntriesBoundaries": "Vertical Entries Boundaries:", "config.roughlyenoughitems.horizontalEntriesBoundariesColumns": "Entries Columns Limit:", |
