Merge branch 'master' into development

This commit is contained in:
Ben Spiers 2014-12-16 20:34:55 +00:00
commit 6e422151be
2 changed files with 3 additions and 1 deletions

View file

@ -124,6 +124,8 @@ public class BlockPlastic extends Block
return false;
}
@Override
@SideOnly(Side.CLIENT)
public int getRenderType()
{
return ClientProxy.PLASTIC_RENDER_ID;

View file

@ -499,7 +499,7 @@ public abstract class PartSidedPipe extends TMultiPart implements TSlottedPart,
if(!world().isRemote)
{
if(getAllCurrentConnections() != (possibleAcceptors | possibleAcceptors))
if(getAllCurrentConnections() != (possibleTransmitters | possibleAcceptors))
{
sendDesc = true;
}