comment
This commit is contained in:
parent
7dc89b0190
commit
dc6389c46f
@ -138,11 +138,8 @@ public final class MineProcess extends BaritoneProcessHelper implements IMinePro
|
|||||||
return new GoalYLevel(y);
|
return new GoalYLevel(y);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// TODO shaft mode, mine 1x1 shafts to either side
|
||||||
/*if (playerFeet().equals(branchPoint)) {
|
// TODO also, see if the GoalRunAway with maintain Y at 11 works even from the surface
|
||||||
// TODO mine 1x1 shafts to either side
|
|
||||||
branchPoint = branchPoint.north(10);
|
|
||||||
}*/
|
|
||||||
if (branchPointRunaway == null) {
|
if (branchPointRunaway == null) {
|
||||||
branchPointRunaway = new GoalRunAway(1, Optional.of(y), branchPoint) {
|
branchPointRunaway = new GoalRunAway(1, Optional.of(y), branchPoint) {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user