fix build repeat
This commit is contained in:
parent
2ee119fc64
commit
09fbf675ec
@ -338,6 +338,7 @@ public class BuilderProcess extends BaritoneProcessHelper implements IBuilderPro
|
|||||||
layer = 0;
|
layer = 0;
|
||||||
origin = new BlockPos(origin).offset(direction, distance);
|
origin = new BlockPos(origin).offset(direction, distance);
|
||||||
logDirect("Repeating build " + distance + " blocks to the " + direction + ", new origin is " + origin);
|
logDirect("Repeating build " + distance + " blocks to the " + direction + ", new origin is " + origin);
|
||||||
|
return onTick(calcFailed, isSafeToCancel);
|
||||||
}
|
}
|
||||||
trim(bcc);
|
trim(bcc);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user