Remove debug code, and 1.0.2

This commit is contained in:
modmuss50 2016-03-27 17:58:41 +01:00
parent 5dad8067eb
commit 5846f1c784
2 changed files with 1 additions and 2 deletions

View file

@ -383,7 +383,6 @@ public class MultiBlockCasing extends RectangularMultiblockControllerBase
protected void isBlockGoodForFrame(World world, int x, int y, int z) throws MultiblockValidationException
{
Block block = world.getBlockState(new BlockPos(x, y, z)).getBlock();
world.setBlockState(new BlockPos(x, y, z), Blocks.bedrock.getDefaultState(), 3);
if (block == ModBlocks.MachineCasing)
{