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

Saving heightmap information from map_chunk #101

Open
TreeOfSelf opened this issue Oct 14, 2020 · 1 comment
Open

Saving heightmap information from map_chunk #101

TreeOfSelf opened this issue Oct 14, 2020 · 1 comment

Comments

@TreeOfSelf
Copy link

https://minecraft.gamepedia.com/Chunk_format

Reading through the chunk format I see there is important heightmap information. I do not think it is saved in versions prior to when you would have to manually parse it from the data. I sadly am not well equipped to do it, because I am not good with working with raw data as a javascript programmer.
Right now for one of my mineflayer projects I am shooting rays down from the sky (while loop until hit) and it is quite expensive. It would be extremely handy for me to have this heightmap information. Just a consideration.

@rom1504
Copy link
Member

rom1504 commented Aug 8, 2021

yeah we could propagate it here indeed

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

No branches or pull requests

2 participants