More logic commands

This commit is contained in:
Anuken
2020-10-06 14:03:21 -04:00
parent 9182b48b85
commit 2d539565c3
10 changed files with 63 additions and 9 deletions

View File

@@ -12,6 +12,8 @@ public enum LUnitControl{
itemTake("from", "item", "amount"),
mine("x", "y"),
flag("value"),
build("x", "y", "block", "rotation"),
getBlock("x", "y", "result"),
within("x", "y", "radius", "result");
public final String[] params;