diff options
| author | Walker Selby <git@walkerselby.com> | 2022-09-14 07:38:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-14 14:38:35 +0200 |
| commit | 2d8c295a9280337bace055fd2cedae8af17995ee (patch) | |
| tree | f88d319c5e07cc43e3974ef8441c6804786964d7 /src/main/java/io/github/moulberry/notenoughupdates/commands/dev | |
| parent | 66560fdfedb95dcceed64c5d093d4b3703059616 (diff) | |
| download | notenoughupdates-2d8c295a9280337bace055fd2cedae8af17995ee.tar.gz notenoughupdates-2d8c295a9280337bace055fd2cedae8af17995ee.tar.bz2 notenoughupdates-2d8c295a9280337bace055fd2cedae8af17995ee.zip | |
Add Blaze to /peek (#279)
* Add Blaze to /peek
Add blaze slayer to /peek
Add Carpentry to skill average in /peek
Fix color of - in peek
Add my IGN to DEV_TESTERS in DevTestCommand and actually commit it so I can stop manually re-adding myself to that list
* Update 2.1.md
Added changes to changelog
* Update 2.1.md
Changed formatting for readability
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/commands/dev')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.java | 3 |
1 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 fdf59bb0..2a5e3305 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 @@ -57,7 +57,8 @@ public class DevTestCommand extends ClientCommandBase { "dediamondpro", "lulonaut", "craftyoldminer", - "eisengolem" + "eisengolem", + "whalker" ); private static final String[] DEV_FAIL_STRINGS = { |
