From 614a8ef48584740ddbcd6ece4f7e7bbe139e755b Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 28 Aug 2020 20:01:47 +0800 Subject: Detect a good optifabric instance, it should support Chocohead/OptiFabric Signed-off-by: shedaniel --- src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 65b5eda41..c673beb6b 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -39,7 +39,7 @@ "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.config.optifine.description": "The configuration screen is incompatible with your instance of 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", -- cgit