Corrected that fix!

This commit is contained in:
Aidan C. Brady 2014-06-21 00:34:09 +02:00
parent 62e14b3a2e
commit b3a3dbb827

View file

@ -468,7 +468,7 @@ public class TileEntityPortableTank extends TileEntityContainerBlock implements
@Override
public boolean canFill(ForgeDirection from, Fluid fluid)
{
if(from == ForgeDirection.UP)
if(from == ForgeDirection.DOWN)
{
TileEntity tile = Coord4D.get(this).getFromSide(ForgeDirection.DOWN).getTileEntity(worldObj);