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

Fixed loading Bedrock chunks with no palette #194

Merged
merged 2 commits into from May 11, 2022

Conversation

gentlegiantJGC
Copy link
Member

In some cases the block palette length can be 0.
The game does not like these chunks and throws a lot of errors but is able to load them.
It defaults to an air block palette which I have used here.

Fixes Amulet-Team/Amulet-Map-Editor#555

In some cases the block palette length can be 0.
The game does not like these chunks and throws a lot of errors but is able to load them.
It defaults to an air block palette which I have used here.
Copy link
Sponsor Member

@Podshot Podshot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Merge this whenever you're ready!

@gentlegiantJGC gentlegiantJGC merged commit 88f700c into master May 11, 2022
@gentlegiantJGC gentlegiantJGC deleted the bug-map-editor-555 branch May 12, 2022 12:30
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

Successfully merging this pull request may close these issues.

[Bug Report] Missing chunks after performing Bedrock -> Java world conversion
2 participants