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
The following script causes a UnicodeDecodeError on windows:
import minecraft_data minecraft_data('1.19.2')
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 333101: character maps to <undefined>
The text was updated successfully, but these errors were encountered:
Re SpockBotMC#25: added explicit encoding when reading files.
25b525b
Re SpockBotMC#25: submodule updated
9512f1b
Re SpockBotMC#25: update history.md and version
2119b99
Successfully merging a pull request may close this issue.
The following script causes a UnicodeDecodeError on windows:
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 333101: character maps to <undefined>
The text was updated successfully, but these errors were encountered: