Added Molecular Assembler Render.

This commit is contained in:
AlgorithmX2
2014-06-23 22:55:16 -05:00
parent f41c5793fe
commit fdf3272fe0
6 changed files with 296 additions and 11 deletions
+6
View File
@@ -56,6 +56,12 @@ public class PartCable extends AEBasePart implements IPartCable
proxy.myColor = AEColor.values()[((ItemMultiPart) is.getItem()).varientOf( is.getItemDamage() )];
}
@Override
public boolean isConnected(ForgeDirection side)
{
return connections.contains( side );
}
@Override
public BusSupport supportsBuses()
{