Remove debug code, and 1.0.2
This commit is contained in:
parent
5dad8067eb
commit
5846f1c784
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,7 @@ configurations {
|
||||||
compile.extendsFrom shade
|
compile.extendsFrom shade
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
|
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
if (ENV.BUILD_NUMBER) {
|
if (ENV.BUILD_NUMBER) {
|
||||||
|
|
|
@ -383,7 +383,6 @@ public class MultiBlockCasing extends RectangularMultiblockControllerBase
|
||||||
protected void isBlockGoodForFrame(World world, int x, int y, int z) throws MultiblockValidationException
|
protected void isBlockGoodForFrame(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();
|
||||||
world.setBlockState(new BlockPos(x, y, z), Blocks.bedrock.getDefaultState(), 3);
|
|
||||||
if (block == ModBlocks.MachineCasing)
|
if (block == ModBlocks.MachineCasing)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue