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

Multi-block query slice does not include block data: Block().data attribute is always set to 0 #22

Open
thelabcat opened this issue Sep 2, 2022 · 1 comment

Comments

@thelabcat
Copy link

As stated in the title, using World().blocks[Vector(a, b, c)] returns a block with its proper data value, but World().blocks[Vector(a, b, c):Vector(d, e, f)] returns a list of blocks with the data value inevitably set to 0, regardless of the block's actual data value in Minecraft.

@thelabcat thelabcat changed the title Multi-block query slice does not include block data Multi-block query slice does not include block data: data attribute is always set to 0 Sep 2, 2022
@thelabcat thelabcat changed the title Multi-block query slice does not include block data: data attribute is always set to 0 Multi-block query slice does not include block data: Block().data attribute is always set to 0 Sep 2, 2022
@thelabcat
Copy link
Author

#23 fixes this for Raspberry Jam.

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

No branches or pull requests

1 participant