diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-07-08 15:30:37 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-07-08 15:30:37 +0800 |
| commit | 1189bcf3a46777239462da0dc45aa088697fec40 (patch) | |
| tree | 0987169de6fda56f3e90e55d285daceb0bc3f005 /src/main/resources/assets/roughlyenoughitems/lang | |
| parent | 17150bedcdf80944a64e165976cf2491d409b1c0 (diff) | |
| download | RoughlyEnoughItems-1189bcf3a46777239462da0dc45aa088697fec40.tar.gz RoughlyEnoughItems-1189bcf3a46777239462da0dc45aa088697fec40.tar.bz2 RoughlyEnoughItems-1189bcf3a46777239462da0dc45aa088697fec40.zip | |
Optimise images and add warning screen for optifine.
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/resources/assets/roughlyenoughitems/lang')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 5b8b02faf..c58f37937 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "Page %d", "text.rei.config": "Config", "text.rei.config_tooltip": "Open Config Screen\n§7Shift-Click to toggle cheat mode", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "Gave [{item_name}§f] x{item_count} to {player_name}.", "text.rei.failed_cheat_items": "§cFailed to give items.", "ordering.rei.ascending": "Ascending", |
