Typo GridFlags.PREFERED
This commit is contained in:
@@ -53,7 +53,7 @@ public class PartCable extends AEBasePart implements IPartCable
|
||||
|
||||
public PartCable(Class c, ItemStack is) {
|
||||
super( c, is );
|
||||
proxy.setFlags( GridFlags.PREFERED );
|
||||
proxy.setFlags( GridFlags.PREFERRED );
|
||||
proxy.setIdlePowerUsage( 0.0 );
|
||||
proxy.myColor = AEColor.values()[((ItemMultiPart) is.getItem()).varientOf( is.getItemDamage() )];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user