Rejoining the singleplayer world disconnects heat pipes from blocks with heat frames
Lgmrszd opened this issue ยท 2 comments
Describe the bug
As the title.
Made a setup in test world then rejoined it. Heat pipe got disconnected from chest with heat frame on it. This is both visual and in the heat exchanging logic, as the frame stayed ambient temperature until heat pipe got reconnected.
How to reproduce the bug
- Make a setup with heat frame and heat pipe in singleplayer world.
- Exit the world.
- Join back.
Expected behavior
It stays connected
Additional details
No response
Which Minecraft version are you using?
1.18
Which version of PneumaticCraft: Repressurized are you using?
1.18.2-3.4.4-14
Crash log
No response
Actually I noticed this too recently (and it's not just single player, I've seen it happen on dedicated server too)
Update: timing issue - the heat pipe (or any other block entity which handles heat) scans for neighbours before the semiblock tracker map (blockpos -> semiblock) has been populated. Shouldn't be too hard a fix.