forked from RepoMirrors/baritone
come
This commit is contained in:
parent
bd65e32407
commit
f1084fab76
|
@ -251,6 +251,11 @@ public class ExampleBaritoneControl extends Behavior implements Helper {
|
||||||
logDirect("Queued " + count + " chunks for repacking");
|
logDirect("Queued " + count + " chunks for repacking");
|
||||||
return true;
|
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")) {
|
if (msg.equals("axis") || msg.equals("highway")) {
|
||||||
customGoalProcess.setGoalAndPath(new GoalAxis());
|
customGoalProcess.setGoalAndPath(new GoalAxis());
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue