New configuration (Note! Unless re-created, otherwise! It will not be added automatically. If there is already a configuration file, you must manually add this configuration option)
Code (YAML):
# Speeding does not provide extend view distance # If the moving speed in the horizontal direction is higher than this value, it will temporarily stop provide extend view distance # The internal calculation formula is `sqrt(square(lastX - moveX) + square(lastZ - moveZ)) > speeding-not-send` # Set to -1 to ignore speeding-not-send: 1.2