We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
prismarine-chunk/src/bedrock/common/PalettedStorage.js
Lines 95 to 102 in 0f4ec64
If you have bitsPerBlock size that causes rounding on the wordCount, this double for loop will go beyond the 4096 block range and throw and error.
The text was updated successfully, but these errors were encountered:
Please open PR if you have a fix.
Sorry, something went wrong.
No branches or pull requests
prismarine-chunk/src/bedrock/common/PalettedStorage.js
Lines 95 to 102 in 0f4ec64
If you have bitsPerBlock size that causes rounding on the wordCount, this double for loop will go beyond the 4096 block range and throw and error.
The text was updated successfully, but these errors were encountered: