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 | |
| 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')
11 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", diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png Binary files differindex 1362ea3f5..6d31efc09 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png Binary files differindex a2727963e..9e53c5d0e 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png Binary files differindex b730c61e7..a5ca91a18 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png Binary files differindex 950fb6afb..1a1739fa0 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png Binary files differindex 3b00721f5..b94ae6040 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png Binary files differindex 283666cda..773636e65 100755..100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png Binary files differindex 2c3ef6597..a20a0938f 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png Binary files differindex 1563615f6..e7d01c952 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png Binary files differindex cbb2c026e..1c369b49c 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png Binary files differindex bf5ad0f2c..b7a48aef0 100644 --- a/src/main/resources/icon.png +++ b/src/main/resources/icon.png |
