parent
d142704a15
commit
aad396e1b4
2 changed files with 0 additions and 4 deletions
|
@ -238,7 +238,6 @@ public class MultiBlockCasing extends RectangularMultiblockControllerBase
|
||||||
@Override
|
@Override
|
||||||
protected void onBlockAdded(IMultiblockPart newPart)
|
protected void onBlockAdded(IMultiblockPart newPart)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -94,11 +94,8 @@ public class TileBlastFurnace extends TilePowerAcceptor implements IWrenchable,
|
||||||
{
|
{
|
||||||
TileEntity tileEntity = worldObj.getTileEntity(new BlockPos(getPos().getX() + direction.getFrontOffsetX(),
|
TileEntity tileEntity = worldObj.getTileEntity(new BlockPos(getPos().getX() + direction.getFrontOffsetX(),
|
||||||
getPos().getY() + direction.getFrontOffsetY(), getPos().getZ() + direction.getFrontOffsetZ()));
|
getPos().getY() + direction.getFrontOffsetY(), getPos().getZ() + direction.getFrontOffsetZ()));
|
||||||
|
|
||||||
|
|
||||||
if (tileEntity instanceof TileMachineCasing)
|
if (tileEntity instanceof TileMachineCasing)
|
||||||
{
|
{
|
||||||
System.out.print(((TileMachineCasing) tileEntity).isConnected());
|
|
||||||
if (((TileMachineCasing) tileEntity).isConnected()
|
if (((TileMachineCasing) tileEntity).isConnected()
|
||||||
&& ((TileMachineCasing) tileEntity).getMultiblockController().isAssembled())
|
&& ((TileMachineCasing) tileEntity).getMultiblockController().isAssembled())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue