remove schematica command because it doesn't work anyway on 1.13+ since sechematica doesn't exist past 1.12.2

This commit is contained in:
wagyourtail 2022-08-31 18:20:51 -07:00 committed by GitHub
parent 348b02e4f8
commit 8803c618b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public final class DefaultCommands {
new VersionCommand(baritone),
new RepackCommand(baritone),
new BuildCommand(baritone),
new SchematicaCommand(baritone),
//new SchematicaCommand(baritone),
new ComeCommand(baritone),
new AxisCommand(baritone),
new ForceCancelCommand(baritone),