Merge pull request #1978 from ZacSharp/master

 Add improved ETA and a command to access it
This commit is contained in:
Leijurv
2021-02-19 20:13:47 -08:00
committed by GitHub
12 changed files with 245 additions and 1 deletions

View File

@@ -211,6 +211,10 @@ public final class MineProcess extends BaritoneProcessHelper implements IMinePro
public boolean isInGoal(int x, int y, int z) {
return false;
}
@Override
public double heuristic() {
return Double.NEGATIVE_INFINITY;
}
};
}
return new PathingCommand(branchPointRunaway, PathingCommandType.REVALIDATE_GOAL_AND_PATH);