Wooden Power pipe needs no logic
This commit is contained in:
parent
f5c601b570
commit
4dbd28a0dc
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class PipePowerWood extends Pipe implements IPowerReceptor {
|
|||
private boolean full;
|
||||
|
||||
public PipePowerWood(int itemID) {
|
||||
super(new PipeTransportPower(), new PipeLogicWood(), itemID);
|
||||
super(new PipeTransportPower(), new PipeLogic(), itemID);
|
||||
|
||||
powerHandler = new PowerHandler(this, Type.PIPE);
|
||||
initPowerProvider();
|
||||
|
|
Loading…
Reference in a new issue