pub const Y_TOLERANCE: f64 = 0.5;
Y-axis tolerance value used by vanilla’s movement-error branch.
Vanilla currently uses yDist > -0.5 || yDist < 0.5, which zeroes every finite Y residual before the moved-wrongly check.
yDist > -0.5 || yDist < 0.5