we don't compile here

This commit is contained in:
Leijurv 2020-08-17 15:00:57 -07:00
parent 460833f7d6
commit e6ba4ef309
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -206,7 +206,6 @@ public final class BuilderProcess extends BaritoneProcessHelper implements IBuil
continue; // irrelevant
}
IBlockState curr = bcc.bsi.get0(x, y, z);
Blocks.ICE;
if (curr.getBlock() != Blocks.AIR && !(curr.getBlock() instanceof BlockLiquid) && !valid(curr, desired, false)) {
BetterBlockPos pos = new BetterBlockPos(x, y, z);
Optional<Rotation> rot = RotationUtils.reachable(ctx.player(), pos, ctx.playerController().getBlockReachDistance());