Adjust pump for new default

This commit is contained in:
CovertJaguar 2013-06-24 21:22:45 -07:00
parent b223fd4440
commit ee02561cd0

View file

@ -55,6 +55,7 @@ public class TilePump extends TileMachine implements IMachine, IPowerReceptor, I
private void initPowerProvider() {
powerProvider.configure(20, 1, 8, 10, 100);
powerProvider.configurePowerPerdition(1, 100);
}
// TODO, manage this by different levels (pump what's above first...)