picraft icon indicating copy to clipboard operation
picraft copied to clipboard

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

Open thelabcat opened this issue 2 years ago • 1 comments

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 avatar Sep 02 '22 16:09 thelabcat

#23 fixes this for Raspberry Jam.

thelabcat avatar Sep 02 '22 16:09 thelabcat