From a855c0284c3b285dd8a71b57ec35702995ae5b30 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 11 Jan 2020 00:34:07 +0800 Subject: 3.3.7 --- .../assets/roughlyenoughitems/lang/en_us.json | 1 + .../roughlyenoughitems/textures/gui/display.png | Bin 10151 -> 11200 bytes .../textures/gui/display_dark.png | Bin 8722 -> 9896 bytes 3 files changed, 1 insertion(+) (limited to 'src/main/resources/assets/roughlyenoughitems') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 096539b17..f0391eeef 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -25,6 +25,7 @@ "category.rei.brewing.result": "Resulted Potion", "category.rei.composting": "Composting", "category.rei.stripping": "Stripping", + "category.rei.information": "Information", "text.rei.composting.chance": "§e%d%% Chance", "text.rei.composting.page": "Page %d", "text.rei.config": "Config", diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png index 98a2392d3..b730c61e7 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 d5bd24b90..950fb6afb 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 -- cgit