diff options
| author | shedaniel <daniel@shedaniel.me> | 2024-09-17 14:06:55 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-09-17 14:10:43 +0800 |
| commit | ccf3dcd60aa6c1d079dd57c59d9a89c2ca60b1e7 (patch) | |
| tree | 2fc4f5f476dfd64519c413bf56559fae8a4f1d63 /runtime/src/main/resources | |
| parent | 97adf5d548ddb76d94e1c0542573cd21b7c6827c (diff) | |
| parent | b666943c4f14cfc6a8f1db7d3ac7fa2c7c0519da (diff) | |
| download | RoughlyEnoughItems-ccf3dcd60aa6c1d079dd57c59d9a89c2ca60b1e7.tar.gz RoughlyEnoughItems-ccf3dcd60aa6c1d079dd57c59d9a89c2ca60b1e7.tar.bz2 RoughlyEnoughItems-ccf3dcd60aa6c1d079dd57c59d9a89c2ca60b1e7.zip | |
Merge remote-tracking branch 'origin/11.x-1.19.4' into 12.x-1.20
# Conflicts:
# default-plugin/src/main/java/me/shedaniel/rei/plugin/common/displays/DefaultSmithingDisplay.java
# fabric/src/main/resources/roughlyenoughitems.accessWidener
# forge/src/main/resources/META-INF/accesstransformer.cfg
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 6 |
1 files changed, 6 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 0146868cf..5568968b6 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -79,6 +79,10 @@ "text.rei.tag_accept": "Tag: #%s", "text.rei.missing": "Missing following:", "text.rei.performance": "Performance Analysis", + "text.rei.display_registry_analysis": "Display Registry Analysis", + "text.rei.display_registry_analysis.displays": "%d display(s)", + "text.rei.sort": "Sort", + "text.rei.sort.by": "Sort by %s", "text.rei.addons": "REI Addons", "text.rei.shapeless": "Shapeless", "text.rei.crafting.firework.gunpowder.amount": "The amount of gunpowder affects the flight duration of the firework.", @@ -451,6 +455,8 @@ "config.rei.options.debug.search_performance.desc": "Verbose console print out for analysing search performance.", "config.rei.options.debug.entry_list_performance": "Entry List Performance", "config.rei.options.debug.entry_list_performance.desc": "Display the time used to render entries on the entry list.", + "config.rei.options.debug.display_registry_analysis": "Display Registry Analysis", + "config.rei.options.debug.display_registry_analysis.desc": "Break-down in registration of displays in each category.", "config.rei.options.groups.reset.reload": "Reload", "config.rei.options.reset.reload_plugins": "Reload Plugins", "config.rei.options.reset.reload_plugins.desc": "Resets the current loaded data and reload all data and plugins.", |
