Light tunnel only uses 0.5 ae/t

This commit is contained in:
AlgorithmX2
2014-07-15 22:34:39 -05:00
parent e49864e295
commit e26d8b4824
+5
View File
@@ -170,6 +170,11 @@ public class PartP2PLight extends PartP2PTunnel<PartP2PLight> implements IGridTi
return false;
}
public float getPowerDrainPerTick()
{
return 0.5f;
}
@Override
public TickRateModulation tickingRequest(IGridNode node, int TicksSinceLastCall)
{