Use the declared power drain for p2p tunnels (#4567)

This commit is contained in:
yueh
2020-08-06 20:07:40 +02:00
committed by GitHub
parent 822249dda8
commit c7d3877129
7 changed files with 31 additions and 13 deletions
@@ -54,7 +54,8 @@ public class FluidP2PTunnelPart extends P2PTunnelPart<FluidP2PTunnelPart> {
return MODELS.getModels();
}
public float getPowerDrainPerTick() {
@Override
protected float getPowerDrainPerTick() {
return 2.0f;
}