anvil-parser icon indicating copy to clipboard operation
anvil-parser copied to clipboard

'Tag Level does not exist'

Open ottedeneb opened this issue 3 years ago • 3 comments

How i can resolve?

File "C:\Users*\AppData\Local\Programs\Python\Python39\lib\site-packages\anvil\chunk.py", line 55, in init self.data = nbt_data['Level'] File "C:\Users*\AppData\Local\Programs\Python\Python39\lib\site-packages\nbt\nbt.py", line 543, in getitem raise KeyError("Tag %s does not exist" % key) KeyError: 'Tag Level does not exist'

ottedeneb avatar Mar 13 '22 11:03 ottedeneb

What version of Minecraft was the world you're trying to parse generated in? I assume this is the same issue as #31

0xTiger avatar Mar 13 '22 14:03 0xTiger

1.18.1

ottedeneb avatar Mar 13 '22 14:03 ottedeneb

Same problem at 1.19.3

MrDuckVC avatar Apr 08 '23 16:04 MrDuckVC