Industrial Renewal

Industrial Renewal

2M Downloads

this needs to change

todo opened this issue ยท 0 comments

commented

BlockPos pos = tiedTE.getPos().up(2); //TODO this needs to change
TileEntity tileEntity = tiedTE.getWorld().getTileEntity(pos);
if (tileEntity != null && tileEntity.hasCapability(CapabilityFluidHandler.FLUID_HANDLER_CAPABILITY, EnumFacing.DOWN))
{
IFluidHandler upTank = tileEntity.getCapability(CapabilityFluidHandler.FLUID_HANDLER_CAPABILITY, EnumFacing.DOWN);
if (upTank != null)


This issue was generated by todo based on a TODO comment in 6e828b0. It's been assigned to @Cassiobsk8 because they committed the code.