From 72e1653cbb38282f8dce59a00fb381e18bfc795d Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 8 Jan 2019 18:23:00 +0800 Subject: Craftable Only WIP --- .../assets/roughlyenoughitems/lang/en_us.json | 4 +++- .../textures/gui/recipecontainer.png | Bin 4854 -> 6481 bytes src/main/resources/fabric.mod.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (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 2b034fdaf..4249361f5 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -29,5 +29,7 @@ "ordering.rei.name": "Name", "ordering.rei.item_groups": "Item Groups", "text.auto_craft.wrong_gui": "§cCan't auto craft in this inventory!", - "text.auto_craft.crafting.too_small": "§cThis inventory is too small!" + "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" } \ 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 af6b22e6f..958fd495f 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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d70dfde17..315d953a7 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,7 +2,7 @@ "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", "description": "To allow players to view items and recipes.", - "version": "1.5", + "version": "1.5.1", "side": "client", "authors": [ "Danielshe" -- cgit