Skip to content

Commit f1084fa

Browse files
committed
come
1 parent bd65e32 commit f1084fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/baritone/utils/ExampleBaritoneControl.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,11 @@ public boolean runCommand(String msg0) { // you may think this can be private, b
251251
logDirect("Queued " + count + " chunks for repacking");
252252
return true;
253253
}
254+
if (msg.equals("come")) {
255+
customGoalProcess.setGoalAndPath(new GoalBlock(new BlockPos(mc.getRenderViewEntity())));
256+
logDirect("Coming");
257+
return true;
258+
}
254259
if (msg.equals("axis") || msg.equals("highway")) {
255260
customGoalProcess.setGoalAndPath(new GoalAxis());
256261
return true;

0 commit comments

Comments
 (0)