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
+1 -1
View File
@@ -35,7 +35,7 @@ public final class AECommand {
LiteralArgumentBuilder<CommandSource> builder = literal("ae2");
for (Commands command : Commands.values()) {
if (command.test && !AEConfig.instance().isFeatureEnabled(AEFeature.TEST_COMMANDS)) {
if (command.test && !AEConfig.instance().isFeatureEnabled(AEFeature.UNSUPPORTED_DEVELOPER_TOOLS)) {
continue;
}
add(builder, command);