mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
nicer to work with
This commit is contained in:
parent
c41e34e9d8
commit
93888aeed3
@ -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", "+");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user