diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-08-28 20:01:47 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-08-28 20:01:47 +0800 |
| commit | 614a8ef48584740ddbcd6ece4f7e7bbe139e755b (patch) | |
| tree | ce2042398fa09ae22e2a14ca658d1dfed514eef5 /src | |
| parent | ff9c8e83f0eaf3791e4939b491979d23bdca5577 (diff) | |
| download | RoughlyEnoughItems-614a8ef48584740ddbcd6ece4f7e7bbe139e755b.tar.gz RoughlyEnoughItems-614a8ef48584740ddbcd6ece4f7e7bbe139e755b.tar.bz2 RoughlyEnoughItems-614a8ef48584740ddbcd6ece4f7e7bbe139e755b.zip | |
Detect a good optifabric instance, it should support Chocohead/OptiFabric
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
