From af08708b9616f5b7e857b93f6848f73356cbe458 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 9 Jan 2020 12:40:17 +0800 Subject: Compact Tabs --- .../assets/roughlyenoughitems/lang/en_us.json | 1 + .../textures/gui/recipecontainer.png | Bin 7393 -> 8371 bytes .../textures/gui/recipecontainer_dark.png | Bin 6756 -> 7516 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 311fc4446..096539b17 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -107,6 +107,7 @@ "config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "Disabled", "config.roughlyenoughitems.renderEntryEnchantmentGlint": "Render Enchantment Glint:", "config.roughlyenoughitems.entrySize": "Entry Size:", + "config.roughlyenoughitems.useCompactTabs": "Compact Tabs:", "config.roughlyenoughitems.darkTheme": "Appearance Theme:", "config.roughlyenoughitems.darkTheme.boolean.true": "Dark Theme", "config.roughlyenoughitems.darkTheme.boolean.false": "Light Theme", diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png index 366a8791f..6ca062b10 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/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png index 6033f91b1..a0fe563c7 100644 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png differ -- cgit