From 77ff77003ff31dabda47388ca2d9727a185b90f8 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 11 Jan 2019 17:16:53 +0800 Subject: Crafting Display --- .../roughlyenoughitems/textures/gui/display.png | Bin 0 -> 1339 bytes .../textures/gui/recipecontainer.png | Bin 6902 -> 7421 bytes src/main/resources/fabric.mod.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/main/resources/assets/roughlyenoughitems/textures/gui/display.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png new file mode 100644 index 000000000..24d2ce231 Binary files /dev/null and b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png differ diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png index 1cff3266b..7ca6c8eb7 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 6a9a8295c..d4ac15ed9 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": "2.0.0.26", + "version": "2.0.0.27", "side": "client", "authors": [ "Danielshe" -- cgit