I have tried setting this value to a range of things (1.0, 5.0, 100.0) but my pumps never start pumping into the wagon on the curved rail. I've also tried commenting out the fluid_wagon_connector_graphics initialization (thinking maybe it was waiting for an animation to finish) but that doesn't seem to help - the pumps don't animate connecting to the wagon anymore but they still pump/don't pump the same. Line 7081 to 7083 in my entities.lua are the only things I've changed and are simply this:
Code: Select all
fluid_wagon_connector_alignment_tolerance = 100.0,
--fluid_wagon_connector_graphics = require("prototypes.entity.pump-connector"),
I've attached a screenshot where the top, straight wagon is actively receiving fluid and the bottom wagon is just *barely* curved and not getting anything.

Is there a way to get the pumps to start pumping into the bottom wagon? Am I looking in the right place?