This commit is contained in:
Leijurv
2019-04-07 17:44:23 -07:00
parent 867c01ff86
commit e54652941b

View File

@@ -498,7 +498,7 @@ public class BuilderProcess extends BaritoneProcessHelper implements IBuilderPro
}
public static class GoalAdjacent extends GoalGetToBlock {
boolean allowSameLevel;
private boolean allowSameLevel;
public GoalAdjacent(BlockPos pos, boolean allowSameLevel) {
super(pos);