Skip to content

Commit

Permalink
come
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed Feb 24, 2019
1 parent bd65e32 commit f1084fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/baritone/utils/ExampleBaritoneControl.java
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@ public boolean runCommand(String msg0) { // you may think this can be private, b
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;
Expand Down

0 comments on commit f1084fa

Please sign in to comment.