diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-03-23 00:02:16 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-03-23 00:02:16 +0800 |
| commit | c027169dfe9503a9d913589eb322cc11ddad0baa (patch) | |
| tree | cea2db418d26b0ba9f054445891f272264ae3d30 /src/main | |
| parent | 7bbef49785f594dfe3d6eac0cfc6ee84841aae80 (diff) | |
| download | RoughlyEnoughItems-c027169dfe9503a9d913589eb322cc11ddad0baa.tar.gz RoughlyEnoughItems-c027169dfe9503a9d913589eb322cc11ddad0baa.tar.bz2 RoughlyEnoughItems-c027169dfe9503a9d913589eb322cc11ddad0baa.zip | |
Improve UncertainDisplayViewingScreen
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 267ddda7a..bc715a775 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -96,6 +96,11 @@ "text.rei.recipe_id": "\n%sRecipe Id: %s", "text.rei.recipe_screen_type.selection": "Recipe Screen Type Selection", "text.rei.recipe_screen_type.selection.sub": "You can always edit this setting again via the config screen.", + "text.rei.jei_compat": "JEI Compatibility Layer", + "text.rei.jei_compat.false": "JEI Compatibility Layer: Disabled", + "text.rei.jei_compat.true": "JEI Compatibility Layer: Enabled", + "text.rei.jei_compat.sub": "Do you wish to enable the JEI compatibility layer %s§7?\n§7It would allow loading JEI plugins from these sources:\n%s\n\n§7However REI's JEI Compatibility is not perfect, and issues may prevail.\n§cUSE AT YOUR OWN RISK!", + "text.rei.jei_compat.sub.stability": "§c§l(ALPHA)", "text.rei.view_recipes_for": "View Recipes for %s", "text.rei.subsets": "Subsets", "text.rei.tiny_potato": "Tiny Potatoz", @@ -139,8 +144,8 @@ "config.roughlyenoughitems.recipeScreenType": "Recipe Screen Type:", "config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Not Set", - "config.roughlyenoughitems.recipeScreenType.original": "Original", - "config.roughlyenoughitems.recipeScreenType.villager": "Villager Like", + "config.roughlyenoughitems.recipeScreenType.original": "Default", + "config.roughlyenoughitems.recipeScreenType.composite": "Composite", "config.roughlyenoughitems.layout": "Layout", "config.roughlyenoughitems.tooltips": "Tooltips", "config.roughlyenoughitems.accessibility": "Accessibility", @@ -188,9 +193,9 @@ "config.roughlyenoughitems.layout.searchFieldLocation.bottom_side": "Bottom Left / Right", "config.roughlyenoughitems.layout.searchFieldLocation.top_side": "Top Left / Right", "config.roughlyenoughitems.layout.searchFieldLocation.center": "Middle", - "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar": "Scrollbar Fade:", - "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar.boolean.true": "Never", - "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar.boolean.false": "When Inactive", + "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent": "Scrollbar Fade:", + "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent.boolean.true": "Never", + "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent.boolean.false": "When Inactive", "config.roughlyenoughitems.disableRecipeBook": "Vanilla Recipe Book:", "config.roughlyenoughitems.disableRecipeBook.boolean.true": "§cNo", "config.roughlyenoughitems.disableRecipeBook.boolean.false": "§aYes", |
