We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code experiences logical errors when Performant is installed:
public boolean isStuck() { double dx = getX() - xo; double dz = getZ() - zo; double dxSqr = dx * dx; double dzSqr = dz * dz; return dxSqr + dzSqr < getMovementThreshold(); } public double getMovementThreshold() { return 2.500000277905201E-7; // Default (arbitrary) value used by vanilla's movement controllers }
dx and dz fluctuate dramatically with Performant installed. Is there a known workaround?
dx
dz
1.16.5
Forge
None
The text was updated successfully, but these errors were encountered:
someaddons
No branches or pull requests
Describe the bug you're experiencing
The following code experiences logical errors when Performant is installed:
dx
anddz
fluctuate dramatically with Performant installed. Is there a known workaround?Reproducability
Mod up to date
Minecraft version
1.16.5
Modloader version
Forge
Logs
None
The text was updated successfully, but these errors were encountered: