mcworldlib icon indicating copy to clipboard operation
mcworldlib copied to clipboard

get_block_at((x, y, z)) returns None

Open 9NONAGON opened this issue 2 years ago • 1 comments

image

I loaded the region the block is in, yet it returns None This happens every time I call get_block_at()

image

9NONAGON avatar Nov 20 '22 18:11 9NONAGON

Block format in chunks changed considerably since 1.13, so methods such as Chunk.get_section_blocks() and specially Chunk._decode_blockstates() are most likely outdated and need to be fixed.

Currently I have no time to work on the project, but PRs are welcome!

MestreLion avatar Jan 16 '23 15:01 MestreLion