Improved oregen test command and moved it to the unsupported dev tools feature.

This commit is contained in:
Sebastian Hartte
2020-06-20 20:25:52 +02:00
parent 434386a7ff
commit 300e26a372
3 changed files with 72 additions and 18 deletions
@@ -160,8 +160,7 @@ public enum AEFeature {
PRESSES("Presses", Constants.CATEGORY_COMPONENTS), MATTER_BALL("MatterBall", Constants.CATEGORY_COMPONENTS),
CORES("Cores", Constants.CATEGORY_COMPONENTS),
CHUNK_LOGGER_TRACE("ChunkLoggerTrace", Constants.CATEGORY_COMMANDS, false),
TEST_COMMANDS("TestCommands", Constants.CATEGORY_COMMANDS, false);
CHUNK_LOGGER_TRACE("ChunkLoggerTrace", Constants.CATEGORY_COMMANDS, false);
private final String key;
private final String category;