twoolie / NBT

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

No support for TAG_Int_Array #75

Closed frymaster closed 10 years ago

frymaster commented 10 years ago

type 11 is an array of TAG_Int's, analogous to the byte array

http://minecraft.gamepedia.com/NBT_format

I had a look at the code but I'm afraid I literally can't follow it :D

frymaster commented 10 years ago

...apparently I'm stupid and don't have the latest version