This commit is contained in:
Leijurv 2019-02-23 20:33:00 -08:00
parent bd65e32407
commit f1084fab76
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -251,6 +251,11 @@ public class ExampleBaritoneControl extends Behavior implements Helper {
logDirect("Queued " + count + " chunks for repacking");
return true;
}
if (msg.equals("come")) {
customGoalProcess.setGoalAndPath(new GoalBlock(new BlockPos(mc.getRenderViewEntity())));
logDirect("Coming");
return true;
}
if (msg.equals("axis") || msg.equals("highway")) {
customGoalProcess.setGoalAndPath(new GoalAxis());
return true;