From c5e88e1f689bd259da654e57481beb6c7753e3bd Mon Sep 17 00:00:00 2001 From: jani270 Date: Wed, 27 Apr 2022 20:45:18 +0200 Subject: :pushpin: and removed some unused shit and added myself to devtest command --- .../notenoughupdates/commands/dev/DevTestCommand.java | 3 ++- .../textures/gui/forge_recipe_tall.png | Bin 9257 -> 2743 bytes .../textures/gui/item_shop_recipe.png | Bin 9371 -> 2884 bytes .../notenoughupdates/textures/gui/navigation.png | Bin 7356 -> 3252 bytes .../textures/gui/villager_recipe_tall.png | Bin 9218 -> 2709 bytes 5 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.java b/src/main/java/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.java index 22f56f35..478f4db7 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.java @@ -34,7 +34,8 @@ public class DevTestCommand extends ClientCommandBase { "lrg89", "dediamondpro", "lulonaut", - "craftyoldminer" + "craftyoldminer", + "eisengolem" ); private static final String[] DEV_FAIL_STRINGS = { diff --git a/src/main/resources/assets/notenoughupdates/textures/gui/forge_recipe_tall.png b/src/main/resources/assets/notenoughupdates/textures/gui/forge_recipe_tall.png index b07e5ca1..cdd8b0f1 100644 Binary files a/src/main/resources/assets/notenoughupdates/textures/gui/forge_recipe_tall.png and b/src/main/resources/assets/notenoughupdates/textures/gui/forge_recipe_tall.png differ diff --git a/src/main/resources/assets/notenoughupdates/textures/gui/item_shop_recipe.png b/src/main/resources/assets/notenoughupdates/textures/gui/item_shop_recipe.png index 4cd47d7f..0815ce35 100644 Binary files a/src/main/resources/assets/notenoughupdates/textures/gui/item_shop_recipe.png and b/src/main/resources/assets/notenoughupdates/textures/gui/item_shop_recipe.png differ diff --git a/src/main/resources/assets/notenoughupdates/textures/gui/navigation.png b/src/main/resources/assets/notenoughupdates/textures/gui/navigation.png index 137dd3c5..0f0c162c 100644 Binary files a/src/main/resources/assets/notenoughupdates/textures/gui/navigation.png and b/src/main/resources/assets/notenoughupdates/textures/gui/navigation.png differ diff --git a/src/main/resources/assets/notenoughupdates/textures/gui/villager_recipe_tall.png b/src/main/resources/assets/notenoughupdates/textures/gui/villager_recipe_tall.png index ed982599..8cb89bae 100644 Binary files a/src/main/resources/assets/notenoughupdates/textures/gui/villager_recipe_tall.png and b/src/main/resources/assets/notenoughupdates/textures/gui/villager_recipe_tall.png differ -- cgit