Power spikes mess with Request triggers

This commit is contained in:
CovertJaguar 2013-07-31 14:28:22 -07:00
parent 10d9d2bb10
commit 4c056e989c

View file

@ -38,7 +38,7 @@ public class PipePowerWood extends Pipe<PipeTransportPower> implements IPowerRec
}
private void initPowerProvider() {
powerHandler.configure(2, 1000, 1, 1500);
powerHandler.configure(2, 250, 1, 1500);
powerHandler.configurePowerPerdition(1, 10);
}