Querz / NBT

A java implementation of the NBT protocol, including a way to implement custom tags.
MIT License
182 stars 48 forks source link

Cast exception while reading mca file #69

Open 0xNotAvailable opened 2 years ago

0xNotAvailable commented 2 years ago

Hi! When trying to read an mca file, it throws a class cast exception, could you show a correct example of reading mca regions? For the sake of completeness, I am using Minecraft 1.12 version. Can your API work with this version of minecraft?

I look forward to your response, I will provide the project code upon request in private messages (private repo) :)

Cannot cast net.querz.nbt.tag.ByteArrayTag to net.querz.nbt.tag.IntArrayTag

GabryOsas commented 2 months ago

Hey, did you solve it by any chance? If so can you tell me how? I'm having the same problem