diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-11-03 20:11:45 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-04-16 00:38:18 +0900 |
| commit | 7c65a6720851c93dd170d857c637d752a1c02574 (patch) | |
| tree | 66034a23f87e8be57bd09808e078aa5bc927b107 /runtime/src/main/resources | |
| parent | 1be6fdd292cd5a96af8d9bc1e3432820f3737545 (diff) | |
| download | RoughlyEnoughItems-7c65a6720851c93dd170d857c637d752a1c02574.tar.gz RoughlyEnoughItems-7c65a6720851c93dd170d857c637d752a1c02574.tar.bz2 RoughlyEnoughItems-7c65a6720851c93dd170d857c637d752a1c02574.zip | |
Implement more missing config options
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 8 |
1 files changed, 7 insertions, 1 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 2d602885a..25fb4d9c9 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -349,6 +349,7 @@ "config.rei.options.accessibility.vanilla_recipe_book.desc": "Toggle the vanilla recipe book. This option is not designed for Modpack developers, as users should be the one to decide whether to use the vanilla recipe book.", "config.rei.options.accessibility.status_effects_location": "Status Effects Location", "config.rei.options.accessibility.status_effects_location.desc": "The location of the status effects. By vanilla, the status effects are placed on the right, but this can be changed to the left.", + "config.rei.options.accessibility.inventory_search": "Inventory Search", "config.rei.value.accessibility.status_effects_location.left": "Left", "config.rei.value.accessibility.status_effects_location.right": "Right", "config.rei.options.groups.favorites.favorites": "Favorites", @@ -431,6 +432,8 @@ "config.rei.value.list.focus_mode.highlighted": "Highlighted", "config.rei.value.list.focus_mode.zoomed": "Zoomed", "config.rei.options.groups.list.collapsible_groups": "Collapsible Groups", + "config.rei.options.list.collapsible_entries": "Collapsible Entries", + "config.rei.options.list.collapsible_entries.desc": "Collapsible Entries allows you to group entries together, and expand / collapse them. This is useful for organizing entries, and hiding entries you do not need.", "config.rei.options.groups.debug.performance": "Performance", "config.rei.options.debug.plugins_performance": "Plugins Performance", "config.rei.options.debug.plugins_performance.desc": "Detailed break-down of plugins' reload times. This is very useful in debugging the performance after loaded into a world.", @@ -452,5 +455,8 @@ "config.rei.value.enabledDisabled.false": "Disabled", "config.rei.value.enabledDisabled.true": "Enabled", "config.rei.texts.preview": "Preview...", - "config.rei.texts.configure": "Configure..." + "config.rei.texts.configure": "Configure...", + "config.rei.texts.details": "Details...", + "config.rei.texts.reload": "Reload...", + "config.rei.texts.requires_level": "Load Level First!" } |
