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

Commits on May 10, 2022

  1. Fixed loading Bedrock chunks with no palette

    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.
    gentlegiantJGC committed May 10, 2022
    Configuration menu
    Copy the full SHA
    846b968 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    73188b6 View commit details
    Browse the repository at this point in the history