Merge branch 'master' into development
This commit is contained in:
commit
6e422151be
2 changed files with 3 additions and 1 deletions
|
@ -124,6 +124,8 @@ public class BlockPlastic extends Block
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
@SideOnly(Side.CLIENT)
|
||||||
public int getRenderType()
|
public int getRenderType()
|
||||||
{
|
{
|
||||||
return ClientProxy.PLASTIC_RENDER_ID;
|
return ClientProxy.PLASTIC_RENDER_ID;
|
||||||
|
|
|
@ -499,7 +499,7 @@ public abstract class PartSidedPipe extends TMultiPart implements TSlottedPart,
|
||||||
|
|
||||||
if(!world().isRemote)
|
if(!world().isRemote)
|
||||||
{
|
{
|
||||||
if(getAllCurrentConnections() != (possibleAcceptors | possibleAcceptors))
|
if(getAllCurrentConnections() != (possibleTransmitters | possibleAcceptors))
|
||||||
{
|
{
|
||||||
sendDesc = true;
|
sendDesc = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue