Fluid Pipes won't connect to Cauldrons
CathieNova opened this issue ยท 4 comments
Describe the bug
Any of the fluid pipes will not connect to a vanilla Cauldron.
Is this a bug or was it forgotten?
Either way, will this be fixed?
How can we reproduce this bug or crash?
Simply place the fluid pipe on the Cauldron and it will not connect.
What Minecraft version is this happening on?
Minecraft 1.18.2
What Forge version is this happening on?
40.1.54
What Refined Pipes version is this happening on?
v0.6.2
Relevant log output
No log output.
You'll find that there are no fluid pipes that will connect to a vanilla cauldron. This is because the cauldron does not support the forge fluid api.
You would need a mod that changes the cauldron to support forge fluids.
Applied Energistics 2 has this function to extract from cauldrons with their "ME Import Bus", so i would think it was already supported.
Apparently this is a fabric transport api feature. Not related to AE2. Since Refined Pipes is only on forge, you'll need a mod that does the same over there.