twoolie / NBT

Python Parser/Writer for the NBT file format, and it's container the RegionFile.
MIT License
361 stars 74 forks source link

Using the map example with a 1.8 world renders nothing but black. #168

Open 0w0zies opened 1 year ago

0w0zies commented 1 year ago

It has the right size but its all just black, no colors, and I tried printing block_id and it didn't print anything at all so it seems to not be able to read blocks from it at all.

michal212345 commented 1 year ago

I have the same issue, here's the list of things I tested,

Minecraft versions from 1.10 to 1.12.2 Python 3.7 to 3.10 (latest releases)

It seems to be that Anvil get_block is always returning None for any file/Mc version that's using IDS

SupraSummus commented 10 months ago

The issue might be related to PR #175