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
I'm using minecraft version 1.21.1 on manjaro linux. Here is the code I am testing with:
world = mc.load(world_path) block = world.get_block_at((0, 0, 0)) print(block) # This always prints None
After placing a block at 0, 0, 0 and saving the world, the library fails to identify the correct block at that location.
The text was updated successfully, but these errors were encountered:
Yes, this is known and already reported in #10
It is supposedly fixed by #17 , but I don't have the time to test that PR
Sorry, something went wrong.
No branches or pull requests
I'm using minecraft version 1.21.1 on manjaro linux. Here is the code I am testing with:
After placing a block at 0, 0, 0 and saving the world, the library fails to identify the correct block at that location.
The text was updated successfully, but these errors were encountered: