Fluid pipes will not connect to fluid handlers with no tanks.
immibis opened this issue ยท 5 comments
If an IFluidHandler returns an empty array from getTankInfo, fluid pipes will not connect to it.
Even if a fluid handler has no internal tanks, it might still need to connect to pipes. It should not have to return dummy info from getTankInfo.
What about canFill and canDrain? And PR Forge to update the documentation so that null means "any fluid"