Added the main tank to the FluidTankInfo of the blood altar.
This commit is contained in:
parent
23f8f23006
commit
a35e4385ed
|
@ -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) };
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue