}
}
else if (that instanceof IAdvancedConductor)
{
IAdvancedConductor tileEntityWire = (IAdvancedConductor) that;
if (tileEntityWire.getWireMaterial(that.getBlockMetadata()) == this.getWireMaterial(this.getBlockMetadata()))
{
if (((IConnector) that).canConnect(side.getOpposite()))
{
this.adjacentConnections[side.ordinal()] = that;