aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2024-09-06 20:49:27 +0900
committershedaniel <daniel@shedaniel.me>2024-09-06 20:59:03 +0900
commit428d5359f0aff3b9922c7a80058f5214cf7f8340 (patch)
tree9a8cefc83f037b25ca463e756031afbe43592dbf /runtime/src/main/resources
parenta31f7254d76add6c34f134713c131463602f8cef (diff)
downloadRoughlyEnoughItems-428d5359f0aff3b9922c7a80058f5214cf7f8340.tar.gz
RoughlyEnoughItems-428d5359f0aff3b9922c7a80058f5214cf7f8340.tar.bz2
RoughlyEnoughItems-428d5359f0aff3b9922c7a80058f5214cf7f8340.zip
New Display Registry Analysis in REI config, with options to sort the entries
Diffstat (limited to 'runtime/src/main/resources')
-rwxr-xr-xruntime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json6
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.",