diff options
Diffstat (limited to 'runtime/src/main/resources/assets/roughlyenoughitems')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 24 | ||||
| -rw-r--r-- | runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png | bin | 2014 -> 5110 bytes |
2 files changed, 24 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 1be327de4..e687b3565 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -20,6 +20,7 @@ "text.rei.config.menu.display.left_side_mob_effects": "Left Side Mob Effects", "text.rei.config.menu.display.left_side_panel": "Left Side Panel", "text.rei.config.menu.display.scrolling_side_panel": "Scrolling Side Panel", + "text.rei.config.menu.display.caching_entry_rendering": "Caching Entry Rendering", "text.rei.config.menu.display.side_search_field": "Side Search Field", "text.rei.config.menu.display.syntax_highlighting": "Syntax Highlighting", "text.rei.config.menu.config": "More Options...", @@ -94,6 +95,12 @@ "text.rei.gamemode_button.tooltip.entry": "Switch to %s", "text.rei.weather_button.tooltip.dropdown": "Switch Weather: Dropdown", "text.rei.weather_button.tooltip.entry": "Switch to %s", + "text.rei.time_button.tooltip.dropdown": "Switch Time: Dropdown", + "text.rei.time_button.tooltip.entry": "Switch to %s", + "text.rei.time_button.name.morn": "Morning", + "text.rei.time_button.name.noon": "Noon", + "text.rei.time_button.name.evening": "Evening", + "text.rei.time_button.name.night": "Night", "text.rei.reload_config": "Reload Plugins", "text.rei.config.is.reloading": "Plugins are reloading!", "text.rei.enabled": "Yes", @@ -129,8 +136,15 @@ "text.rei.tiny_potato": "Tiny Potatoz", "text.rei.add_favorite_widget": "Add...", "text.rei.dispose_here": "Dispose Here", + "text.rei.crash.title": "REI Crashed!", + "text.rei.crash.description": "§cRoughly Enough Item just experienced a crash during \"%s\".\n\n§fDetails of the crashed are displayed below. Please identify the mod that caused the crash and report it to the mod author, alongside the crash log provided below.\n\nIf you believe this crash is caused by a bug in Roughly Enough Item, please report it to our issue tracker.\n\n§6Thanks for your help!\n", + "text.rei.crash.crash_report": "Open Crash Report", + "text.rei.changelog.title": "REI Changelog", + "text.rei.changelog.error.missingChangelogFile": "Missing changelog File!", + "text.rei.changelog.error.failedToReadChangelogFile": "Failed to read changelog File!", "favorite.section.gamemode": "Game Mode", "favorite.section.weather": "Weather", + "favorite.section.time": "Time", "tooltip.rei.fluid_amount": "§7%d Unit", "tooltip.rei.fluid_amount.forge": "§7%d mB", "tooltip.rei.drag_to_add_favorites": "§7Drag this up to add this to your favorites!", @@ -147,6 +161,7 @@ "config.roughlyenoughitems.functionality": "Functionality", "config.roughlyenoughitems.advanced": "Advanced", "config.roughlyenoughitems.cheating": "Cheating:", + "config.roughlyenoughitems.cheating.when_creative": "During Creative Mode", "config.roughlyenoughitems.favoritesEnabled": "Favorites Enabled:", "config.roughlyenoughitems.keyBindings": "Keybindings", "config.roughlyenoughitems.keyBindings.recipeKeybind": "Show Recipe:", @@ -186,6 +201,10 @@ "config.roughlyenoughitems.layout.configButtonLocation.upper": "Upper", "config.roughlyenoughitems.layout.configButtonLocation.lower": "Lower", "config.roughlyenoughitems.layout.mergeDisplayUnderOne": "Merge Displays with Equal Contents:", + "config.roughlyenoughitems.layout.favoriteAddWidgetMode": "Favorites Add Widget Button:", + "config.roughlyenoughitems.layout.favoriteAddWidgetMode.always_invisible": "Always Invisible", + "config.roughlyenoughitems.layout.favoriteAddWidgetMode.auto_hide": "Auto Hide", + "config.roughlyenoughitems.layout.favoriteAddWidgetMode.always_visible": "Always Visible", "config.roughlyenoughitems.filteredEntries.selectAll": "Select All", "config.roughlyenoughitems.filteredEntries.selectNone": "Unselect All", "config.roughlyenoughitems.filteredEntries.hide": "Hide Selected", @@ -245,6 +264,8 @@ "config.roughlyenoughitems.layout.entryPanelOrdering": "Entry Panel Ordering:", "config.roughlyenoughitems.list_ordering_button": "%s [%s]", "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.itemCheatingMode": "Item Cheating Amount:", "config.roughlyenoughitems.itemCheatingMode.rei_like": "Normal", "config.roughlyenoughitems.itemCheatingMode.jei_like": "Inverted", @@ -268,6 +289,9 @@ "config.roughlyenoughitems.syntaxHighlightingMode.plain_underscored": "Plain (Underscored)", "config.roughlyenoughitems.syntaxHighlightingMode.colorful": "Colorful", "config.roughlyenoughitems.syntaxHighlightingMode.colorful_underscored": "Colorful (Underscored)", + "config.roughlyenoughitems.isFocusModeZoomed": "Entry Focus Mode:", + "config.roughlyenoughitems.isFocusModeZoomed.boolean.true": "Zoomed", + "config.roughlyenoughitems.isFocusModeZoomed.boolean.false": "Highlighted", "config.roughlyenoughitems.filtering.shouldFilterDisplays": "Should Filter Displays:", "config.roughlyenoughitems.filteringScreen": "Customized Filtering", "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png Binary files differindex 773636e65..7d553eaae 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png +++ b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png |
