-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support Caves and Cliffs #8
Comments
Is 1.18 supported with the 2.0.0 release? I'm still getting subchunk count = -1 in the level_chunk event (I note there is a comment to say this is for loading biomes, but I don't get any subchunk_count > -1). |
Not really sure. I think the latest commit adds some 1.18 functionality though. |
Hmm still getting sub_chunk_count:-1 with 2.1.0 unfortunately. Any ideas @extremeheat ? |
1.18 level format is now supported here, and there are examples for on-disk support in this repo. For network support the chunk fetching procedure has changed and depending on how the server wants to provide chunks (there are about 4 ways to do this now...), the client may have to raycast and request data for the individual subchunks that it needs opposed to the server sending everything in one packet. Will be implemented inside of mineflayer, progress can be tracked in PrismarineJS/bedrock-protocol#116 So if your server is running pocketmine, the sub_chunk_count should be not -1 and |
Interesting, thanks. So essentially there is now a client request command that would take parameters like {cX, cY, cZ, subIdx} ? |
No description provided.
The text was updated successfully, but these errors were encountered: