mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
nicer to work with
This commit is contained in:
@@ -16,7 +16,7 @@ import java.util.Arrays;
|
|||||||
|
|
||||||
public class CommandIrisPregenCreate extends MortarCommand {
|
public class CommandIrisPregenCreate extends MortarCommand {
|
||||||
|
|
||||||
private static final KList<String> argus = new KList<>("radius=<radius>", "width=<width>", "height=<height>", "x=<centerX>", "z=<centerZ>");
|
private static final KList<String> argus = new KList<>("radius=", "width=", "height=", "x=", "z=");
|
||||||
|
|
||||||
public CommandIrisPregenCreate() {
|
public CommandIrisPregenCreate() {
|
||||||
super("create", "c", "new", "+");
|
super("create", "c", "new", "+");
|
||||||
|
|||||||
Reference in New Issue
Block a user