Power spikes mess with Request triggers
This commit is contained in:
parent
10d9d2bb10
commit
4c056e989c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue