This commit is contained in:
Leijurv 2018-11-08 14:58:18 -08:00
parent 7dc89b0190
commit dc6389c46f
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -138,11 +138,8 @@ public final class MineProcess extends BaritoneProcessHelper implements IMinePro
return new GoalYLevel(y);
}
}
/*if (playerFeet().equals(branchPoint)) {
// TODO mine 1x1 shafts to either side
branchPoint = branchPoint.north(10);
}*/
// TODO shaft mode, mine 1x1 shafts to either side
// TODO also, see if the GoalRunAway with maintain Y at 11 works even from the surface
if (branchPointRunaway == null) {
branchPointRunaway = new GoalRunAway(1, Optional.of(y), branchPoint) {
@Override