diff options
author | jani270 <jani270@gmx.de> | 2022-04-27 20:45:18 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-27 20:45:18 +0200 |
commit | c5e88e1f689bd259da654e57481beb6c7753e3bd (patch) | |
tree | bd4012f3f12f3ef0a9be0908ccac04f639af13a0 | |
parent | 95b7dc9274d5231aa49f54e6c941aba230eb4f8c (diff) | |
download | NotEnoughUpdates-c5e88e1f689bd259da654e57481beb6c7753e3bd.tar.gz NotEnoughUpdates-c5e88e1f689bd259da654e57481beb6c7753e3bd.tar.bz2 NotEnoughUpdates-c5e88e1f689bd259da654e57481beb6c7753e3bd.zip |
:pushpin: and removed some unused shit and added myself to devtest command
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.java | 3 | ||||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/textures/gui/forge_recipe_tall.png | bin | 9257 -> 2743 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/textures/gui/item_shop_recipe.png | bin | 9371 -> 2884 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/textures/gui/navigation.png | bin | 7356 -> 3252 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/textures/gui/villager_recipe_tall.png | bin | 9218 -> 2709 bytes |
5 files changed, 2 insertions, 1 deletions
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 Binary files differindex b07e5ca1..cdd8b0f1 100644 --- a/src/main/resources/assets/notenoughupdates/textures/gui/forge_recipe_tall.png +++ b/src/main/resources/assets/notenoughupdates/textures/gui/forge_recipe_tall.png 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 Binary files differindex 4cd47d7f..0815ce35 100644 --- a/src/main/resources/assets/notenoughupdates/textures/gui/item_shop_recipe.png +++ b/src/main/resources/assets/notenoughupdates/textures/gui/item_shop_recipe.png diff --git a/src/main/resources/assets/notenoughupdates/textures/gui/navigation.png b/src/main/resources/assets/notenoughupdates/textures/gui/navigation.png Binary files differindex 137dd3c5..0f0c162c 100644 --- a/src/main/resources/assets/notenoughupdates/textures/gui/navigation.png +++ b/src/main/resources/assets/notenoughupdates/textures/gui/navigation.png 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 Binary files differindex ed982599..8cb89bae 100644 --- a/src/main/resources/assets/notenoughupdates/textures/gui/villager_recipe_tall.png +++ b/src/main/resources/assets/notenoughupdates/textures/gui/villager_recipe_tall.png |