Items don't get routed back when destination inventory is destroyed
Quarris opened this issue ยท 1 comments
2021-05-18_20-03-18.mp4
The items should be routed back to its original container but instead are being dropped.
This is caused when the item reaches the end and call onPathObstructed in PipeItem here
This in turns calls routeItemToLocation in PipeNetwork here which checks if the starting position (now just a pipe with no inventory) is a node (which is isnt anymore) and therefore doesn't attempt to route the item back.
Causes this for PP Fluids Quarris/PrettyFluidPipes#2