From 0710ab56e7e8f76670dab785b907ccfe868ad1d5 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 22 Nov 2019 17:23:51 +0800 Subject: 3.2.9 --- .../assets/roughlyenoughitems/lang/en_us.json | 1 + .../roughlyenoughitems/textures/gui/button.png | Bin 14358 -> 25007 bytes .../roughlyenoughitems/textures/gui/button_dark.png | Bin 15750 -> 20499 bytes 3 files changed, 1 insertion(+) (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index ce1bf909c..59ff1bd47 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -115,6 +115,7 @@ "config.roughlyenoughitems.disableRecipeBook.boolean.true": "Disabled", "config.roughlyenoughitems.disableRecipeBook.boolean.false": "Enabled", "config.roughlyenoughitems.fixTabCloseContainer": "Fix Vanilla Tab Container (When Recipe Book Disabled):", + "config.roughlyenoughitems.lighterButtonHover": "Lighter Button Hover:", "config.roughlyenoughitems.enableCraftableOnlyButton": "Craftable Filter:", "config.roughlyenoughitems.enableCraftableOnlyButton.boolean.true": "Enabled", "config.roughlyenoughitems.enableCraftableOnlyButton.boolean.false": "Disabled", diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png index f051bb01e..1362ea3f5 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 3d72f5c53..a2727963e 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 -- cgit