Merge pull request #410 from CocoTheOwner/jigsawexit

add command alts
This commit is contained in:
Dan 2021-07-14 02:31:50 -04:00 committed by GitHub
commit f29015426f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ public class CommandIrisPregen extends MortarCommand
{
public CommandIrisPregen()
{
super("pregen");
super("pregen", "preg", "p");
setDescription(
"Pregen this world with optional parameters: " +
"\n'1k' = 1000 by 1000 blocks, '1c' = 1 by 1 chunks, and '1r' = 32 by 32 chunks." +