Remove debug code
This commit is contained in:
parent
9c07d6fa1c
commit
ad3d13d134
1 changed files with 1 additions and 2 deletions
|
@ -324,7 +324,6 @@ public class MultiBlockCasing extends RectangularMultiblockControllerBase {
|
||||||
protected void isBlockGoodForInterior(World world, int x, int y, int z) throws MultiblockValidationException {
|
protected void isBlockGoodForInterior(World world, int x, int y, int z) throws MultiblockValidationException {
|
||||||
Block block = world.getBlockState(new BlockPos(x, y, z)).getBlock();
|
Block block = world.getBlockState(new BlockPos(x, y, z)).getBlock();
|
||||||
|
|
||||||
System.out.println(block);
|
|
||||||
if (block.isAir(world.getBlockState(new BlockPos(x, y, z)), world, new BlockPos(x, y, z))) {
|
if (block.isAir(world.getBlockState(new BlockPos(x, y, z)), world, new BlockPos(x, y, z))) {
|
||||||
|
|
||||||
} else if (block.getUnlocalizedName().equals("tile.lava")) {
|
} else if (block.getUnlocalizedName().equals("tile.lava")) {
|
||||||
|
@ -344,4 +343,4 @@ public class MultiBlockCasing extends RectangularMultiblockControllerBase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue