more better block pos

This commit is contained in:
Leijurv
2018-09-22 08:47:02 -07:00
parent 8b307f296a
commit e16bc5eca4
14 changed files with 36 additions and 27 deletions

View File

@@ -213,6 +213,12 @@ public class ExampleBaritoneControl extends Behavior implements Helper {
logDirect("ok force canceled");
return;
}
if (msg.equals("gc")) {
System.gc();
event.cancel();
logDirect("Called System.gc();");
return;
}
if (msg.equals("invert")) {
Goal goal = PathingBehavior.INSTANCE.getGoal();
BlockPos runAwayFrom;