More intelligent funneling demand.

This commit is contained in:
AlgorithmX2
2014-06-03 20:33:04 -05:00
parent 09ef3cc231
commit 885bdbf9d5
7 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public abstract class IC2 extends MinecraftJoules6 implements IEnergySink
@Override
final public double demandedEnergyUnits()
{
return getExternalPowerDemand( PowerUnits.EU );
return getExternalPowerDemand( PowerUnits.EU, Double.MAX_VALUE );
}
@Override