Added the main tank to the FluidTankInfo of the blood altar.

This commit is contained in:
WayofTime 2016-06-27 15:21:04 -04:00
parent 23f8f23006
commit a35e4385ed

View file

@ -881,6 +881,6 @@ public class BloodAltar implements IFluidHandler
@Override
public FluidTankInfo[] getTankInfo(EnumFacing from)
{
return new FluidTankInfo[] {};
return new FluidTankInfo[] { new FluidTankInfo(fluid, capacity) };
}
}