From 7b911e53dae0a8dfc0d86512f7603b728d6a35d3 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 9 Jan 2019 15:55:50 +0800 Subject: Better Button --- .../assets/roughlyenoughitems/lang/en_us.json | 4 +++- .../textures/gui/recipecontainer.png | Bin 6481 -> 5886 bytes 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 4249361f5..30ad504c5 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -31,5 +31,7 @@ "text.auto_craft.wrong_gui": "§cCan't auto craft in this inventory!", "text.auto_craft.crafting.too_small": "§cThis inventory is too small!", "text.rei.enable_craftable_only.button": "Craftable Only: %s%b", - "text.rei.enable_craftable_only.tooltip": "Please resize the window after editing\nthis config to apply the changes" + "text.rei.enable_craftable_only.tooltip": "Please resize the window after editing\nthis config to apply the changes", + "text.rei.showing_craftable": "Showing Craftable", + "text.rei.showing_all": "Showing All" } \ No newline at end of file diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png index 958fd495f..6955ecea3 100755 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png differ -- cgit