You saw nothing :)
Just some debug code
This commit is contained in:
parent
57b85450e6
commit
e93b29545e
1 changed files with 0 additions and 2 deletions
|
@ -89,13 +89,11 @@ public class TileDieselGenerator extends TilePowerAcceptor implements IWrenchabl
|
|||
|
||||
@Override
|
||||
public boolean canFill(ForgeDirection from, Fluid fluid) {
|
||||
System.out.println("hi");
|
||||
return FluidPowerManager.fluidPowerValues.containsKey(fluid);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canDrain(ForgeDirection from, Fluid fluid) {
|
||||
System.out.println("hi");
|
||||
return tank.getFluid() == null || tank.getFluid().getFluid() == fluid;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue