9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 02:59:06 +00:00

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

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." +