|
20 | 20 | "jei.tooltip.not.enough.space": "The area on the right-hand side of this screen is too small for the JEI ingredient list overlay to display.", |
21 | 21 | "jei.tooltip.ingredient.list.disabled": "JEI overlays are hidden.", |
22 | 22 | "jei.tooltip.ingredient.list.disabled.how.to.fix": "Press \"%s\" to show them again.", |
23 | | - "jei.tooltip.bookmarks": "JEI Bookmarks", |
| 23 | + "jei.tooltip.bookmarks.enable": "Show JEI Bookmarks", |
| 24 | + "jei.tooltip.bookmarks.disable": "Hide JEI Bookmarks", |
24 | 25 | "jei.tooltip.bookmarks.usage.nokey": "Add a key binding for JEI bookmarks in your Controls settings.", |
25 | 26 | "jei.tooltip.bookmarks.usage.key": "Hover over an ingredient and press \"%s\" to bookmark it.", |
26 | 27 | "jei.tooltip.bookmarks.not.enough.space": "The area on the left-hand side of this screen is too small for the JEI bookmark list overlay to display.", |
|
30 | 31 | "jei.tooltip.bookmarks.tooltips.usage": "[Press \"%s\" to show details]", |
31 | 32 | "jei.tooltip.bookmarks.tooltips.transfer.usage": "[Press \"%s\" to craft one]", |
32 | 33 | "jei.tooltip.bookmarks.tooltips.transfer.max.usage": "[Press \"%s\" to craft many]", |
| 34 | + "jei.tooltip.lookupHistory.enable": "Show JEI Lookup History", |
| 35 | + "jei.tooltip.lookupHistory.disable": "Hide JEI Lookup History", |
| 36 | + "jei.tooltip.lookupHistory.usage": "Shows a list of the ingredients recently used for looking up recipes.", |
| 37 | + "jei.tooltip.recipe.tooltips.craft.ingredients": "Ingredients summary:", |
33 | 38 | "jei.tooltip.recipe.sort.bookmarks.first.enabled": "Show bookmarked recipes first (enabled).", |
34 | 39 | "jei.tooltip.recipe.sort.bookmarks.first.disabled": "Show bookmarked recipes first (disabled).", |
35 | 40 | "jei.tooltip.recipe.sort.craftable.first.enabled": "Show craftable recipes first (enabled).", |
|
159 | 164 | "jei.config.client.tooltips.tagContentTooltipEnabled.description": "Show tag content in tooltips when browsing recipe ingredients.", |
160 | 165 | "jei.config.client.tooltips.hideSingleTagContentTooltipEnabled": "Hide Single-Ingredient Tag Contents", |
161 | 166 | "jei.config.client.tooltips.hideSingleTagContentTooltipEnabled.description": "Hide tag content in tooltips when there is only one ingredient in the tag.", |
| 167 | + "jei.config.client.tooltips.enableRecipesGuiIngredientsSummary": "Recipe Ingredient Summary", |
| 168 | + "jei.config.client.tooltips.enableRecipesGuiIngredientsSummary.description": "Show a summary of ingredients needed for a recipe, on its output ingredient's tooltip.", |
162 | 169 |
|
163 | 170 | "jei.config.client.lookups": "Lookups", |
164 | 171 | "jei.config.client.lookups.description": "Config options related to looking up uses and recipes for ingredients in JEI.", |
|
167 | 174 | "jei.config.client.lookups.lookupBlockTagsEnabled": "Lookup ItemBlock Tags", |
168 | 175 | "jei.config.client.lookups.lookupBlockTagsEnabled.description": "When searching for item tags, also include tags for the default blocks contained in the items.", |
169 | 176 |
|
| 177 | + "jei.config.client.lookupHistory": "Lookup History", |
| 178 | + "jei.config.client.lookupHistory.description": "Config options for showing a history of ingredient lookups in JEI", |
| 179 | + "jei.config.client.lookupHistory.enabled": "Enabled", |
| 180 | + "jei.config.client.lookupHistory.enabled.description": "Display or hide the lookup history overlay.", |
| 181 | + "jei.config.client.lookupHistory.maxRows": "Max Rows", |
| 182 | + "jei.config.client.lookupHistory.maxRows.description": "Max number of rows to display in the lookup history overlay.", |
| 183 | + "jei.config.client.lookupHistory.maxIngredients": "Max Ingredients", |
| 184 | + "jei.config.client.lookupHistory.maxIngredients.description": "Max number of lookup history ingredients to save.", |
| 185 | + "jei.config.client.lookupHistory.displaySide": "Display Side", |
| 186 | + "jei.config.client.lookupHistory.displaySide.description": "Side of the screen to display the lookup history overlay.", |
| 187 | + |
170 | 188 | "jei.config.client.input": "Input", |
171 | 189 | "jei.config.client.input.description": "Config options related to Inputs in JEI.", |
172 | 190 | "jei.config.client.input.dragDelayInMilliseconds": "Drag Delay", |
|
297 | 315 | "gui.jei.category.brewing.steps": "Steps: %s", |
298 | 316 | "gui.jei.category.compostable": "Composting", |
299 | 317 | "gui.jei.category.compostable.chance": "Chance: %s%%", |
| 318 | + "gui.jei.category.grindstone.experience": "%s to %s XP", |
300 | 319 | "gui.jei.category.itemInformation": "Information", |
301 | 320 | "gui.jei.category.tagInformation": "%s Tags", |
302 | 321 | "gui.jei.category.tagInformation.block": "Block Tags", |
|
0 commit comments