Minor adjustment to make certain routes preferred over others.

This commit is contained in:
AlgorithmX2
2014-07-13 15:45:00 -05:00
parent 094d632a2c
commit 5c098544f2
3 changed files with 19 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ public class PartCable extends AEBasePart implements IPartCable
public PartCable(Class c, ItemStack is) {
super( c, is );
proxy.setFlags( GridFlags.PREFERED );
proxy.setIdlePowerUsage( 0.0 );
proxy.myColor = AEColor.values()[((ItemMultiPart) is.getItem()).varientOf( is.getItemDamage() )];
}