PipeFlowItems.insertItemsForce is slightly buggy.
AlexIIL opened this issue ยท 0 comments
Specifically we tell the client about the newly forced item, but it will teleport from the start to the center, when it needs to start in the centre.
(Relevant code: https://github.com/BuildCraft/BuildCraft/blob/8.0.x/common/buildcraft/transport/pipe/flow/PipeFlowItems.java#L484-L503)