From 1189bcf3a46777239462da0dc45aa088697fec40 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:30:37 +0800 Subject: Optimise images and add warning screen for optifine. Signed-off-by: shedaniel --- .../roughlyenoughitems/textures/gui/button.png | Bin 25007 -> 7903 bytes .../roughlyenoughitems/textures/gui/button_dark.png | Bin 20499 -> 5111 bytes .../roughlyenoughitems/textures/gui/display.png | Bin 11200 -> 2124 bytes .../textures/gui/display_dark.png | Bin 9896 -> 2149 bytes .../assets/roughlyenoughitems/textures/gui/kirb.png | Bin 5756 -> 630 bytes .../textures/gui/recipecontainer.png | Bin 8469 -> 2014 bytes .../textures/gui/recipecontainer_dark.png | Bin 7629 -> 2516 bytes .../roughlyenoughitems/textures/gui/screenshot.png | Bin 26418 -> 25515 bytes .../roughlyenoughitems/textures/gui/toasts.png | Bin 593 -> 256 bytes 9 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png (limited to 'src/main/resources/assets/roughlyenoughitems/textures/gui') diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png index 1362ea3f5..6d31efc09 100644 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png differ diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png index a2727963e..9e53c5d0e 100644 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png differ diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png index b730c61e7..a5ca91a18 100644 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png differ diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png index 950fb6afb..1a1739fa0 100644 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png differ diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png index 3b00721f5..b94ae6040 100644 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png differ diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png old mode 100755 new mode 100644 index 283666cda..773636e65 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png differ diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png index 2c3ef6597..a20a0938f 100644 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png differ diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png index 1563615f6..e7d01c952 100644 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png differ diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png index cbb2c026e..1c369b49c 100644 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png differ -- cgit