Part 1 of proper fix for issue #563
Implement ILiquidTank getTank properly.
This commit is contained in:
parent
10ef5530ea
commit
96f1aed0a2
1 changed files with 1 additions and 1 deletions
|
@ -430,6 +430,6 @@ public class TilePump extends TileMachine implements IMachine, IPowerReceptor, I
|
|||
|
||||
@Override
|
||||
public ILiquidTank getTank(ForgeDirection direction, LiquidStack type) {
|
||||
return null;
|
||||
return tank;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue