Improved oregen test command and moved it to the unsupported dev tools feature.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user