Forgot a minor bit the alt impl
This commit is contained in:
parent
b25b08c827
commit
f92576ed36
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ public abstract class TileEngine extends TileBuildCraft implements IPowerRecepto
|
|||
if (extracted > 0) {
|
||||
float needed = receptor.receiveEnergy(extracted, orientation.getOpposite(), true);
|
||||
extractEnergy(receptor.getMinEnergyReceived(), needed, true); // Comment out for constant power
|
||||
// extractEnergy(0, needed, true); // Uncomment for constant power
|
||||
// currentOutput = extractEnergy(0, needed, true); // Uncomment for constant power
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue