Working out the kinks
This commit is contained in:
parent
c6ca3b28e7
commit
57c58036b7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class PipePowerWood extends Pipe<PipeTransportPower> implements IPowerRec
|
|||
}
|
||||
|
||||
private void initPowerProvider() {
|
||||
powerHandler.configure(2, 250, 1, 1500);
|
||||
powerHandler.configure(2, 300, 1, 1500);
|
||||
powerHandler.configurePowerPerdition(1, 10);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue