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
|
@Override
|
||||||
public boolean canFill(ForgeDirection from, Fluid fluid) {
|
public boolean canFill(ForgeDirection from, Fluid fluid) {
|
||||||
System.out.println("hi");
|
|
||||||
return FluidPowerManager.fluidPowerValues.containsKey(fluid);
|
return FluidPowerManager.fluidPowerValues.containsKey(fluid);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean canDrain(ForgeDirection from, Fluid fluid) {
|
public boolean canDrain(ForgeDirection from, Fluid fluid) {
|
||||||
System.out.println("hi");
|
|
||||||
return tank.getFluid() == null || tank.getFluid().getFluid() == fluid;
|
return tank.getFluid() == null || tank.getFluid().getFluid() == fluid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue