Pipes not connecting to compact machine
xWires opened this issue ยท 7 comments
I am not using performance mods.
- Confirm
Description
Pipes are not connecting to the outside of a compact machine, I have tried the pipes from Pipez and also the pipes from Mekanism, neither of them work.
(I'm playing on FTB StoneBlock 3 by the way)
Mod Version
4.5.0
Forge Version
1.18.2 - 40.2.1
Link to Crashlog
No response
Screenshot (if available)
How to reproduce
- Place a compact machine
- Place a tunnel inside the compact machine
- Try to connect a pipe to the outside
I tried force-loading the room chunk two different ways: first, by using the chunkloading upgrade on the block, and second using FTB Chunks. Neither changed the behavior; Pipez pipes still don't connect to the tunnel. I also did place the tunnel inside before placing any of the connections outside the block, and tried mining and re-placing the machine block, which also didn't make a difference.
I was struggling with this issue, until I read the other issues posted that were similar. My connection issues in Seapolis 2 that has 5.1.0 were merely chunk loading issues. I went to the FTB Utilities map (M key) and claimed / chunkloaded the compact machines chunk. Now the power tunnel transfers power in real time. I didnt realize first that the order of connection of Pipez mod pipes and the Tunnels out matter, since if the compact machine dimension is not chunkloaded, there is only chunk loading existing I made my self when jumping in and out.
Edit: Also, the order of tunnels and pipes is very particular. First tunnels are placed inside, then pipes to them. Only then the connections outside. If for eg. pipes were connected outside before, reconnecting them does not fix the issue.
I tried force-loading the room chunk two different ways: first, by using the chunkloading upgrade on the block, and second using FTB Chunks. Neither changed the behavior; Pipez pipes still don't connect to the tunnel. I also did place the tunnel inside before placing any of the connections outside the block, and tried mining and re-placing the machine block, which also didn't make a difference.
Did you have something going out the tunnel first before attaching the pipez? The Seapolis 2 modpack doesn't have recipe for the chunkloader for the mod enabled, but I doesn't seem to be working. Disabling FTB Chunks chunkloading and applying the upgrade doesn't transfer more power ou, only the amount that was on the tunnel coming out. As soon as I enable FTB Chunks chunkloading, power starts to move out.
I tried this on the latest 5.2.0 build (built from source) and couldn't reproduce there. So I guess the rewritten version is working :) looking forward to a 5.2.0 release.
Hm, so I built 5.1.0 locally and couldn't reproduce it there, so I tried again in the world where the bug was happening, and with a fresh machine and tunnel everything connected properly. Then I broke the CM block and moved it, and after that, pipes wouldn't connect again.
Then I tried that in my local 5.1.0 build and it reproduced there, too.
Steps:
/give @s compactmachines:machine_normal
- Place the machine
- Enter the machine
/give @s compactmachines:tunnel{definition:{id:"compactmachines:fluid"}}
- Place the tunnel on a wall
- Exit the machine
- Place a fluid pipe on the top face of the machine block
- The pipe will connect
- Break the machine block and place it again somewhere else
- Place a fluid pipe on the top face of the machine block
- The pipe will not connect
I think this is because when the CM block is re-placed, the tunnel connection graph isn't correctly updated to account for the moved block. Removing and re-placing the tunnel inside the machine (shift-rclick with an empty hand to remove a tunnel) refreshes the tunnel connection graph, and after that placing pipes works again in the new position.