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

Height limit locked to 70 blocks #20

Open
PongoSapiens opened this issue Aug 5, 2022 · 1 comment
Open

Height limit locked to 70 blocks #20

PongoSapiens opened this issue Aug 5, 2022 · 1 comment

Comments

@PongoSapiens
Copy link

Minecraft 1.18.2
Forge 40.1.68
Magic Feather 4.2.0

It appears that no matter how you configure the vertical range limit, you cannot rise more than 70 blocks above the nearest Beacon, and if you are set to "FullHeight", you cannot fly more than 70 blocks below the nearest beacon. Looking at the code, I suspect that that is because the POI code is limited to a 70 block search radius. In other words if it could find the Beacon it would let you ascend to the highest possible block, but as it only searches +/- 70 blocks for the Beacon, this limit takes affect first.

@ephys
Copy link
Owner

ephys commented Aug 7, 2022

Yes that's very likely the reason. I think I'll have to return to using the loaded tile entity list instead of a POI to fix this

@Fuzss Fuzss mentioned this issue Apr 14, 2023
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

2 participants