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

@ -43,7 +43,7 @@ configurations {
compile.extendsFrom shade
}
version = "1.0.1"
version = "1.0.2"
def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {

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)
{