remove unused variable, and added lumen cable.
This commit is contained in:
@@ -54,11 +54,15 @@ public class PartDenseCable extends PartCable
|
||||
getHost().markForUpdate();
|
||||
}
|
||||
|
||||
public PartDenseCable(ItemStack is) {
|
||||
super( PartDenseCable.class, is );
|
||||
public PartDenseCable(Class c, ItemStack is) {
|
||||
super( c, is );
|
||||
proxy.setFlags( GridFlags.TIER_2_CAPACITY );
|
||||
}
|
||||
|
||||
public PartDenseCable(ItemStack is) {
|
||||
this( PartDenseCable.class, is );
|
||||
}
|
||||
|
||||
@Override
|
||||
public AECableType getCableConnectionType()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user