Skip to content
New issue

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

Incorrect check for preventing placing blocks near the center of the End island #71

Open
James103 opened this issue Feb 20, 2024 · 0 comments

Comments

@James103
Copy link

if (Math.abs(x) < 1000 || Math.abs(z) < 1000) {

This check appears to prevent placing of any block within 1,000 blocks of either axis in the End dimension, whereas I believe the intention was to prevent placing Teleport Pads within 1,000 blocks of the center End Island.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant